mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 14:30:32 +00:00
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 " + +| + +"
|