mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
8 lines
252 B
Text
8 lines
252 B
Text
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 " + +| + +"
|