mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-08 16:10:29 +09:00
9 lines
252 B
Plaintext
9 lines
252 B
Plaintext
syntax "po" "\.pot?$"
|
|
|
|
color preproc "\b(msgid|msgstr)\b"
|
|
color constant.string ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
|
color special "\\.?"
|
|
color comment "(^|[[:space:]])#([^{].*)?$"
|
|
color indent-char.whitespace "[[:space:]]+$"
|
|
color indent-char " + +| + +"
|