Update syntax files

This commit is contained in:
Zachary Yedidia
2016-03-25 16:41:36 -04:00
parent 248609a90a
commit d1d55277f7
65 changed files with 353 additions and 377 deletions

View File

@@ -2,9 +2,9 @@ syntax "Haml" "\.haml$"
color cyan "-|="
color white "->|=>"
color cyan (i) "([ ]|^)%[0-9A-Z_]+\b"
color magenta (i) ":[0-9A-Z_]+\b"
color yellow (i) "\.[A-Z_]+\b"
cyan (i) "([ ]|^)%[0-9A-Z_]+\>"
magenta (i) ":[0-9A-Z_]+\>"
yellow (i) "\.[A-Z_]+\>"
## Double quote & single quote
color green ""([^"]|(\\"))*"" "%[QW]?\{[^}]*\}" "%[QW]?\([^)]*\)" "%[QW]?<[^>]*>" "%[QW]?\$[^$]*\$" "%[QW]?\^[^^]*\^" "%[QW]?![^!]*!"
color green "'([^']|(\\'))*'" "%[qw]\{[^}]*\}" "%[qw]\([^)]*\)" "%[qw]<[^>]*>" "%[qw]\[[^]]*\]" "%[qw]\$[^$]*\$" "%[qw]\^[^^]*\^" "%[qw]![^!]*!"