mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-22 00:37:12 +09:00
Use Go regex word boundaries
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
syntax "git-config" "git(config|modules)$|\.git/config$"
|
||||
|
||||
color constant.bool "\<(true|false)\>"
|
||||
color constant.bool "\b(true|false)\b"
|
||||
color statement "^[[:space:]]*[^=]*="
|
||||
color constant "^[[:space:]]*\[.*\]$"
|
||||
color constant.string ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
||||
|
||||
Reference in New Issue
Block a user