Commit 4063fce6 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

syntax: default: allow leading whitespace before a hash comment

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -5,7 +5,7 @@ syntax "default" ...@@ -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 " + +"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment