mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-06 23:20:18 +09: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.
9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
syntax "po" "\.pot?$"
|
|
|
|
color cyan "\<(msgid|msgstr)\>"
|
|
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
|
color magenta "\\.?"
|
|
color brightblack "(^|[[:space:]])#([^{].*)?$"
|
|
color ,green "[[:space:]]+$"
|
|
color ,red " + +| + +"
|