Merge pull request #151 from esler/patch-1
highlight standard INI comments
This commit is contained in:
+1
-1
@@ -6,6 +6,6 @@ color cyan "^[[:space:]]*[^=]*="
|
|||||||
color brightmagenta "^[[:space:]]*\[.*\]$"
|
color brightmagenta "^[[:space:]]*\[.*\]$"
|
||||||
color red "[=;]"
|
color red "[=;]"
|
||||||
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
||||||
color brightblack "(^|[[:space:]])#([^{].*)?$"
|
color brightblack "(^|[[:space:]])(#([^{].*)?|;.*)$"
|
||||||
color ,green "[[:space:]]+$"
|
color ,green "[[:space:]]+$"
|
||||||
color ,red " + +| + +"
|
color ,red " + +| + +"
|
||||||
|
|||||||
Reference in New Issue
Block a user