highlight standard comments

lines starting with `;` are comments, see https://en.wikipedia.org/wiki/INI_file#Comments
This commit is contained in:
esler 2017-05-25 13:35:02 +02:00 committed by GitHub
parent b394ee16e1
commit 42997309b6
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 " + +| + +"