Use Go regex word boundaries

This commit is contained in:
Zachary Yedidia
2017-03-01 17:08:56 -05:00
parent 995a910f6a
commit 3c192c2fb5
27 changed files with 101 additions and 96 deletions

View File

@@ -6,7 +6,7 @@ color preproc "^\.include\>"
color symbol "="
color special "^\[(Unit|Install|Service|Socket)\]"
color identifier.class "\$MAINPID"
color constant.bool "\<(true|false)\>"
color constant.bool "\b(true|false)\b"
color comment "(^|[[:space:]])#([^{].*)?$"
color indent-char.whitespace "[[:space:]]+$"
color indent-char " + +| + +"