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