mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
feat(wing): add parser (#5021)
Co-authored-by: Christian Clason <c.clason@uni-graz.at> Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
parent
99a7e8d268
commit
f460cc8ee7
8 changed files with 147 additions and 0 deletions
|
|
@ -1668,6 +1668,17 @@ list.wgsl_bevy = {
|
|||
maintainers = { "@theHamsta" },
|
||||
}
|
||||
|
||||
list.wing = {
|
||||
install_info = {
|
||||
url = "https://github.com/winglang/wing",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
location = "libs/tree-sitter-wing",
|
||||
requires_generate_from_grammar = true,
|
||||
},
|
||||
maintainers = { "@gshpychka" },
|
||||
experimental = true,
|
||||
}
|
||||
|
||||
list.yaml = {
|
||||
install_info = {
|
||||
url = "https://github.com/ikatyang/tree-sitter-yaml",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue