diff options
Diffstat (limited to 'runtime/queries/po/highlights.scm')
-rw-r--r-- | runtime/queries/po/highlights.scm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/runtime/queries/po/highlights.scm b/runtime/queries/po/highlights.scm new file mode 100644 index 00000000..b090f129 --- /dev/null +++ b/runtime/queries/po/highlights.scm @@ -0,0 +1,15 @@ +[ + (msgctxt) + (msgid) + (msgid_plural) + (msgstr) +]@keyword + +(comment) @comment +(comment (comment_reference (text) @string.special.path)) +(comment (comment_flag (text) @label)) + +(number) @constant.numeric +(string) @string + +(ERROR) @error |