feat: add tree-sitter-sxhkdrc

This commit is contained in:
Raafat Turki 2022-08-31 03:44:53 +03:00 committed by Stephan Seitz
parent ed89f08a49
commit ddcda04301
2 changed files with 22 additions and 0 deletions

View file

@ -1176,6 +1176,18 @@ list.tiger = {
maintainers = { "@ambroisie" },
}
list.sxhkdrc = {
install_info = {
url = "~/sectors/treesitter/tree-sitter-sxhkdrc",
files = {"src/parser.c"},
branch = "master",
generate_requires_npm = false,
requires_generate_from_grammar = false,
filetype = "sxhkdrc",
maintainers = { "@RaafatTurki" },
}
}
list.gitignore = {
install_info = {
url = "https://github.com/shunsambongi/tree-sitter-gitignore",

View file

@ -0,0 +1,10 @@
(modifier) @keyword
(operator) @operator
(attribute) @type
(command_sync_prefix) @type
(punctuation) @punctuation.bracket
(delimiter) @punctuation.delimiter
(keysym) @variable
(comment) @comment
(range) @number
"\\\n" @punctuation.special