mirror of https://github.com/helix-editor/helix
Add GNU gettext PO grammar (#5996)
parent
b89b2eaf68
commit
864ee8fdef
@ -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
|
@ -0,0 +1,6 @@
|
||||
(msgid) @parameter.inside
|
||||
|
||||
(comment) @comment.inside
|
||||
(comment)+ @comment.around
|
||||
|
||||
|
Loading…
Reference in New Issue