feat: add xcompose parser

This commit is contained in:
ObserverOfTime 2023-11-10 00:23:42 +02:00 committed by Amaan Qureshi
parent 04a9a90c2a
commit d4fb7557ba
5 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,20 @@
(keysym) @constant
((keysym) @constant.builtin
(#eq? @constant.builtin "Multi_key"))
(text) @string
"include" @include
[ (octal) (hex) ] @number
[ (modifier) "None" ] @type.qualifier
[ "%L" "%H" "%S" ] @string.special
[ "!" "~" ] @operator
[ ":" "<" ">" "\"" ] @punctuation.delimiter
(comment) @comment @spell

View file

@ -0,0 +1,2 @@
((comment) @injection.content
(#set! injection.language "comment"))