mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
feat: add tree-sitter-sxhkdrc
This commit is contained in:
parent
ed89f08a49
commit
ddcda04301
2 changed files with 22 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue