mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-06 07:00:24 +09:00
9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
syntax "PO" "\.pot?$"
|
|
|
|
color cyan "\b(msgid|msgstr)\b"
|
|
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
|
color magenta "\\.?"
|
|
color brightblack "(^|[[:space:]])#([^{].*)?$"
|
|
color ,green "[[:space:]]+$"
|
|
color ,red " + +| + +"
|