Dot_Files/.config/micro/syntax/po.yaml
2022-01-08 15:24:29 -06:00

13 lines
299 B
YAML

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