mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
feat: add support for gdshader (#6153)
Godot shading language --------- Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
parent
4349af8a6e
commit
06b5fda797
5 changed files with 157 additions and 0 deletions
|
|
@ -619,6 +619,15 @@ list.gdscript = {
|
|||
readme_name = "Godot (gdscript)",
|
||||
}
|
||||
|
||||
list.gdshader = {
|
||||
install_info = {
|
||||
url = "https://github.com/GodOfAvacyn/tree-sitter-gdshader",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
filetype = "gdshaderinc",
|
||||
maintainers = { "@godofavacyn" },
|
||||
}
|
||||
|
||||
list.git_rebase = {
|
||||
install_info = {
|
||||
url = "https://github.com/the-mikedavis/tree-sitter-git-rebase",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue