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