mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 06:12:35 +09:00
Use Go regex word boundaries
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
syntax "po" "\.pot?$"
|
||||
|
||||
color preproc "\<(msgid|msgstr)\>"
|
||||
color preproc "\b(msgid|msgstr)\b"
|
||||
color constant.string ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
||||
color special "\\.?"
|
||||
color comment "(^|[[:space:]])#([^{].*)?$"
|
||||
|
||||
Reference in New Issue
Block a user