diff options
| author | Omar Valdez <omarantoniovaldezf2@gmail.com> | 2024-10-26 01:06:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-26 10:06:22 +0200 |
| commit | 0a9108a7e4df6e5a42469bd2eb3ad049cc426679 (patch) | |
| tree | 498f6d57c653b59532c9b3e3b02b1c1d0157cb71 /lua | |
| parent | bot(lockfile): update superhtml (diff) | |
| download | nvim-treesitter-0a9108a7e4df6e5a42469bd2eb3ad049cc426679.tar nvim-treesitter-0a9108a7e4df6e5a42469bd2eb3ad049cc426679.tar.gz nvim-treesitter-0a9108a7e4df6e5a42469bd2eb3ad049cc426679.tar.bz2 nvim-treesitter-0a9108a7e4df6e5a42469bd2eb3ad049cc426679.tar.lz nvim-treesitter-0a9108a7e4df6e5a42469bd2eb3ad049cc426679.tar.xz nvim-treesitter-0a9108a7e4df6e5a42469bd2eb3ad049cc426679.tar.zst nvim-treesitter-0a9108a7e4df6e5a42469bd2eb3ad049cc426679.zip | |
feat(desktop): desktop parser and queries (#7282)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index f6731303d..fd79f8af7 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -365,6 +365,14 @@ list.dart = { maintainers = { "@akinsho" }, } +list.desktop = { + install_info = { + url = "https://github.com/ValdezFOmar/tree-sitter-desktop", + files = { "src/parser.c" }, + }, + maintainers = { "@ValdezFOmar" }, +} + list.devicetree = { install_info = { url = "https://github.com/joelspadin/tree-sitter-devicetree", |
