mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 01:10:02 -04:00
feature: make godotResource compatible with gdresource filetype
This commit is contained in:
parent
53fc867f0a
commit
605d71ecd3
1 changed files with 2 additions and 1 deletions
|
|
@ -551,7 +551,8 @@ list.godotResource = {
|
||||||
files = { "src/parser.c", "src/scanner.c" },
|
files = { "src/parser.c", "src/scanner.c" },
|
||||||
requires_generate_from_grammar = true,
|
requires_generate_from_grammar = true,
|
||||||
},
|
},
|
||||||
readme_name = "Godot Resources (godotResource)",
|
filetype = "gdresource",
|
||||||
|
readme_name = "Godot Resources (gdresource)",
|
||||||
maintainers = { "@pierpo" },
|
maintainers = { "@pierpo" },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue