syntax: default: allow leading whitespace before a hash comment

master
Benno Schulenberg 2017-05-23 20:07:15 +02:00
parent 3db2beefd3
commit 4063fce6a0
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ syntax "default"
comment "#"
# Comments.
color cyan "^#.*"
color cyan "^[[:space:]]*#.*"
# Spaces in front of tabs.
color ,red " + +"