10 lines
233 B
Plaintext
10 lines
233 B
Plaintext
|
syntax "PO" "\.pot?$"
|
||
|
comment "#"
|
||
|
|
||
|
color cyan "\<(msgid|msgstr)\>"
|
||
|
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
||
|
color magenta "\\.?"
|
||
|
color brightblack "(^|[[:space:]])#([^{].*)?$"
|
||
|
color ,green "[[:space:]]+$"
|
||
|
color ,red " + +| + +"
|