Mercurial > dotfiles
comparison dot_config/helix/runtime/queries/hgrc/highlights.scm @ 828:2033a1460dbc
feat: add hg-commit and hgrc tree-sitter grammars and highlights
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 03 Jan 2024 11:43:45 +0100 |
parents | b2e6175efcad |
children | 3dc425f9ac53 |
comparison
equal
deleted
inserted
replaced
827:e4d67607d020 | 828:2033a1460dbc |
---|---|
7 (path) @string.special.path | 7 (path) @string.special.path |
8 (string) @string | 8 (string) @string |
9 (bool) @constant.builtin.boolean | 9 (bool) @constant.builtin.boolean |
10 | 10 |
11 (comment) @comment | 11 (comment) @comment |
12 | |
13 (template | |
14 "{" @punctuation.special | |
15 "}" @punctuation.special) | |
16 | |
17 (template (number) @number) | |
18 (template (bool) @constant.builtin.boolean) | |
19 | |
20 (function) @function | |
21 (keyword) @keyword | |
22 | |
23 (operator) @operator | |
24 | |
25 (string (escape) @constant.character.escape) |