feat(xresources): add parser and queries (#7260)

This commit is contained in:
Omar Valdez 2024-10-20 01:10:30 -07:00 committed by GitHub
parent 9a94cc23cb
commit 3ba21f96a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 114 additions and 0 deletions

View file

@ -2533,6 +2533,15 @@ list.xml = {
maintainers = { "@ObserverOfTime" },
}
list.xresources = {
install_info = {
url = "https://github.com/ValdezFOmar/tree-sitter-xresources",
files = { "src/parser.c" },
},
filetype = "xdefaults",
maintainers = { "@ValdezFOmar" },
}
list.yaml = {
install_info = {
url = "https://github.com/tree-sitter-grammars/tree-sitter-yaml",