feat(wit): Add wit parser (#6428)

feat: Add injections.scm

fix: reverse order of matching

Co-authored-by: 再生花 <hoangtun0810@gmail.com>

fix: lua match for functions

doc: Resolve conflict

fix: Amend incorrect alphabetical order
This commit is contained in:
Liam Woodleigh-Hardinge 2024-04-15 13:01:56 +02:00 committed by GitHub
parent 1ba86026f7
commit 2a95ff1476
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 98 additions and 0 deletions

View file

@ -2303,6 +2303,14 @@ list.wing = {
maintainers = { "@gshpychka", "@MarkMcCulloh" },
}
list.wit = {
install_info = {
url = "https://github.com/liamwh/tree-sitter-wit",
files = { "src/parser.c" },
},
maintainers = { "@liamwh" },
}
list.xcompose = {
install_info = {
url = "https://github.com/ObserverOfTime/tree-sitter-xcompose",