mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
feat(xresources): add parser and queries (#7260)
This commit is contained in:
parent
9a94cc23cb
commit
3ba21f96a4
6 changed files with 114 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue