mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
13 lines
299 B
YAML
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: " + +| + +"
|