mirror of
https://github.com/scopatz/nanorc
synced 2024-11-05 09:10:00 +01: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 " + +| + +"
|