diff options
| author | Omar Valdez <omarantoniovaldezf2@gmail.com> | 2024-10-20 01:10:30 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-20 10:10:30 +0200 |
| commit | 3ba21f96a434facb306f9fbe2f2e106859b28ba4 (patch) | |
| tree | d62ab44f51273cb96e8755ed74d86f8969806ef5 /lua | |
| parent | bot(lockfile): update devicetree, editorconfig, json, markdown, markdown_inli... (diff) | |
| download | nvim-treesitter-3ba21f96a434facb306f9fbe2f2e106859b28ba4.tar nvim-treesitter-3ba21f96a434facb306f9fbe2f2e106859b28ba4.tar.gz nvim-treesitter-3ba21f96a434facb306f9fbe2f2e106859b28ba4.tar.bz2 nvim-treesitter-3ba21f96a434facb306f9fbe2f2e106859b28ba4.tar.lz nvim-treesitter-3ba21f96a434facb306f9fbe2f2e106859b28ba4.tar.xz nvim-treesitter-3ba21f96a434facb306f9fbe2f2e106859b28ba4.tar.zst nvim-treesitter-3ba21f96a434facb306f9fbe2f2e106859b28ba4.zip | |
feat(xresources): add parser and queries (#7260)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 48beabd9b..f6731303d 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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", |
