Merge pull request #151 from esler/patch-1

highlight standard INI comments
This commit is contained in:
Anthony Scopatz 2017-05-25 10:46:28 -04:00 committed by GitHub
commit 5e776dfb59
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ color cyan "^[[:space:]]*[^=]*="
color brightmagenta "^[[:space:]]*\[.*\]$"
color red "[=;]"
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
color brightblack "(^|[[:space:]])#([^{].*)?$"
color brightblack "(^|[[:space:]])(#([^{].*)?|;.*)$"
color ,green "[[:space:]]+$"
color ,red " + +| + +"