diff options
Diffstat (limited to 'queries/xcompose/highlights.scm')
| -rw-r--r-- | queries/xcompose/highlights.scm | 30 |
1 files changed, 24 insertions, 6 deletions
diff --git a/queries/xcompose/highlights.scm b/queries/xcompose/highlights.scm index 811a67b1d..82ef8e6d4 100644 --- a/queries/xcompose/highlights.scm +++ b/queries/xcompose/highlights.scm @@ -1,20 +1,38 @@ (keysym) @constant ((keysym) @constant.builtin - (#eq? @constant.builtin "Multi_key")) + (#eq? @constant.builtin "Multi_key")) (text) @string "include" @keyword.import -[ (octal) (hex) ] @number +[ + (octal) + (hex) +] @number -[ (modifier) "None" ] @type.qualifier +[ + (modifier) + "None" +] @type.qualifier -[ "%L" "%H" "%S" ] @string.special +[ + "%L" + "%H" + "%S" +] @string.special -[ "!" "~" ] @operator +[ + "!" + "~" +] @operator -[ ":" "<" ">" "\"" ] @punctuation.delimiter +[ + ":" + "<" + ">" + "\"" +] @punctuation.delimiter (comment) @comment @spell |
