feat: add xcompose parser

This commit is contained in:
ObserverOfTime 2023-11-10 00:23:42 +02:00 committed by Amaan Qureshi
parent 04a9a90c2a
commit d4fb7557ba
5 changed files with 34 additions and 0 deletions

View file

@ -2046,6 +2046,14 @@ list.wing = {
experimental = true,
}
list.xcompose = {
install_info = {
url = "https://github.com/ObserverOfTime/tree-sitter-xcompose",
files = { "src/parser.c" },
},
maintainers = { "@ObserverOfTime" },
}
list.xml = {
install_info = {
url = "https://github.com/ObserverOfTime/tree-sitter-xml",