mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-22 08:47:15 +09:00
Use Go regex word boundaries
This commit is contained in:
@@ -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 " + +| + +"
|
||||
|
||||
Reference in New Issue
Block a user