mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -04:00
Fix stylua linting
This commit is contained in:
parent
8202504915
commit
ea1ec09c54
1 changed files with 2 additions and 2 deletions
|
|
@ -850,12 +850,12 @@ list.foam = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/FoamScience/tree-sitter-foam",
|
url = "https://github.com/FoamScience/tree-sitter-foam",
|
||||||
branch = "master",
|
branch = "master",
|
||||||
files = {"src/parser.c", "src/scanner.cc"},
|
files = { "src/parser.c", "src/scanner.cc" },
|
||||||
generate_requires_npm = true,
|
generate_requires_npm = true,
|
||||||
},
|
},
|
||||||
maintainers = { "@FoamScience" },
|
maintainers = { "@FoamScience" },
|
||||||
filetype = "foam",
|
filetype = "foam",
|
||||||
used_by = {"OpenFOAM"},
|
used_by = { "OpenFOAM" },
|
||||||
-- Queries might change over time on the grammar's side
|
-- Queries might change over time on the grammar's side
|
||||||
-- Otherwise everything runs fine
|
-- Otherwise everything runs fine
|
||||||
experimental = true,
|
experimental = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue