mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-05 14:40:20 +09:00
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 " + +| + +"
|