syntax: default: allow leading whitespace before a hash comment
This commit is contained in:
parent
3db2beefd3
commit
4063fce6a0
@ -5,7 +5,7 @@ syntax "default"
|
|||||||
comment "#"
|
comment "#"
|
||||||
|
|
||||||
# Comments.
|
# Comments.
|
||||||
color cyan "^#.*"
|
color cyan "^[[:space:]]*#.*"
|
||||||
|
|
||||||
# Spaces in front of tabs.
|
# Spaces in front of tabs.
|
||||||
color ,red " + +"
|
color ,red " + +"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user