mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -04:00
style: stylua
This commit is contained in:
parent
906507d9bd
commit
7845f31839
2 changed files with 3 additions and 5 deletions
|
|
@ -1179,13 +1179,13 @@ list.tiger = {
|
||||||
list.sxhkdrc = {
|
list.sxhkdrc = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/RaafatTurki/tree-sitter-sxhkdrc",
|
url = "https://github.com/RaafatTurki/tree-sitter-sxhkdrc",
|
||||||
files = {"src/parser.c"},
|
files = { "src/parser.c" },
|
||||||
branch = "master",
|
branch = "master",
|
||||||
generate_requires_npm = false,
|
generate_requires_npm = false,
|
||||||
requires_generate_from_grammar = false,
|
requires_generate_from_grammar = false,
|
||||||
filetype = "sxhkdrc",
|
filetype = "sxhkdrc",
|
||||||
maintainers = { "@RaafatTurki" },
|
},
|
||||||
}
|
maintainers = { "@RaafatTurki" },
|
||||||
}
|
}
|
||||||
|
|
||||||
list.gitignore = {
|
list.gitignore = {
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1 @@
|
||||||
(command) @bash
|
|
||||||
|
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue