aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index e7761e2b4..9f1cb76c3 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -2297,13 +2297,10 @@ list.wgsl_bevy = {
list.wing = {
install_info = {
- url = "https://github.com/winglang/wing",
+ url = "https://github.com/winglang/tree-sitter-wing",
files = { "src/parser.c", "src/scanner.c" },
- location = "libs/tree-sitter-wing",
- requires_generate_from_grammar = true,
},
maintainers = { "@gshpychka", "@MarkMcCulloh" },
- experimental = true,
}
list.xcompose = {