Files
zyedidia.micro/runtime/syntax/po.micro
2017-03-01 17:08:56 -05:00

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 " + +| + +"