comparison dot_config/helix/runtime/queries/hg-commit/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
children
comparison
equal deleted inserted replaced
827:e4d67607d020 828:2033a1460dbc
1 (subject) @markup.heading
2 (path) @string.special.path
3 (commit) @constant
4 (item) @markup.link.url
5
6 (change kind: "added" @diff.plus)
7 (change kind: "removed" @diff.minus)
8 (change kind: "changed" @diff.delta)
9
10 (meta
11 key: (meta_key) @type
12 value: (meta_value) @string)
13
14 (trailer
15 key: (trailer_key) @variable.other.member
16 value: (trailer_value) @string)
17
18 [":" "=" "->" (scissors)] @punctuation.delimiter
19 (comment) @comment