From be17791f867f7a8b73f8c42e17971ff664d8038d Mon Sep 17 00:00:00 2001 From: Alexandr Martirosyan <66405062+alexandr-martirosyan@users.noreply.github.com> Date: Fri, 6 Dec 2024 21:41:37 +0400 Subject: feat(circom): add parser and queries --- lua/nvim-treesitter/parsers.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lua') 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", -- cgit v1.2.3-70-g09d2