micro/runtime/syntax/po.yaml

13 lines
298 B
YAML
Raw Permalink Normal View History

2017-03-21 18:55:22 +00:00
filetype: po
detect:
2017-03-21 18:55:22 +00:00
filename: "\\.pot?$"
rules:
- preproc: "\\b(msgid|msgstr)\\b"
- constant.string: "\"(\\\\.|[^\"])*\"|'(\\\\.|[^'])*'"
- special: "\\\\.?"
- comment: "(^|[[:space:]])#([^{].*)?$"
- indent-char.whitespace: "[[:space:]]+$"
- indent-char: " + +| + +"