mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 21:40:03 -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 = {
|
||||
url = "https://github.com/FoamScience/tree-sitter-foam",
|
||||
branch = "master",
|
||||
files = {"src/parser.c", "src/scanner.cc"},
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
generate_requires_npm = true,
|
||||
},
|
||||
maintainers = { "@FoamScience" },
|
||||
filetype = "foam",
|
||||
used_by = {"OpenFOAM"},
|
||||
used_by = { "OpenFOAM" },
|
||||
-- Queries might change over time on the grammar's side
|
||||
-- Otherwise everything runs fine
|
||||
experimental = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue