diff options
| author | Alexandr Martirosyan <66405062+alexandr-martirosyan@users.noreply.github.com> | 2024-12-06 21:41:37 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-06 18:41:37 +0100 |
| commit | be17791f867f7a8b73f8c42e17971ff664d8038d (patch) | |
| tree | f93389d41125ad3f11b24b85e2e815eb76b2540f /lua | |
| parent | bot(lockfile): update c_sharp, powershell, t32 (diff) | |
| download | nvim-treesitter-be17791f867f7a8b73f8c42e17971ff664d8038d.tar nvim-treesitter-be17791f867f7a8b73f8c42e17971ff664d8038d.tar.gz nvim-treesitter-be17791f867f7a8b73f8c42e17971ff664d8038d.tar.bz2 nvim-treesitter-be17791f867f7a8b73f8c42e17971ff664d8038d.tar.lz nvim-treesitter-be17791f867f7a8b73f8c42e17971ff664d8038d.tar.xz nvim-treesitter-be17791f867f7a8b73f8c42e17971ff664d8038d.tar.zst nvim-treesitter-be17791f867f7a8b73f8c42e17971ff664d8038d.zip | |
feat(circom): add parser and queries
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 24642824e..1fe72bc89 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -249,6 +249,14 @@ list.chatito = { maintainers = { "@ObserverOfTime" }, } +list.circom = { + install_info = { + url = "https://github.com/Decurity/tree-sitter-circom", + files = { "src/parser.c" }, + }, + maintainers = { "@alexandr-martirosyan" }, +} + list.clojure = { install_info = { url = "https://github.com/sogaiu/tree-sitter-clojure", |
