mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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 = {
|
||||
install_info = {
|
||||
url = "https://github.com/RaafatTurki/tree-sitter-sxhkdrc",
|
||||
files = {"src/parser.c"},
|
||||
files = { "src/parser.c" },
|
||||
branch = "master",
|
||||
generate_requires_npm = false,
|
||||
requires_generate_from_grammar = false,
|
||||
filetype = "sxhkdrc",
|
||||
maintainers = { "@RaafatTurki" },
|
||||
}
|
||||
},
|
||||
maintainers = { "@RaafatTurki" },
|
||||
}
|
||||
|
||||
list.gitignore = {
|
||||
|
|
|
|||
|
|
@ -1,3 +1 @@
|
|||
(command) @bash
|
||||
|
||||
(comment) @comment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue