mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
This may be a breaking change if you are using a plugin that checks the filetype. All the default plugins are now updated, just make the filetype you were checking for previously all lowercase.
8 lines
221 B
Text
8 lines
221 B
Text
syntax "po" "\.pot?$"
|
|
|
|
color cyan "\<(msgid|msgstr)\>"
|
|
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
|
color magenta "\\.?"
|
|
color brightblack "(^|[[:space:]])#([^{].*)?$"
|
|
color ,green "[[:space:]]+$"
|
|
color ,red " + +| + +"
|