mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-31 13:20:29 +00:00
9 lines
221 B
Text
9 lines
221 B
Text
|
|
syntax "PO" "\.pot?$"
|
||
|
|
|
||
|
|
color cyan "\b(msgid|msgstr)\b"
|
||
|
|
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
||
|
|
color magenta "\\.?"
|
||
|
|
color brightblack "(^|[[:space:]])#([^{].*)?$"
|
||
|
|
color ,green "[[:space:]]+$"
|
||
|
|
color ,red " + +| + +"
|