mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
feat: add xcompose parser
This commit is contained in:
parent
04a9a90c2a
commit
d4fb7557ba
5 changed files with 34 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue