mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(circom): add parser and queries
This commit is contained in:
parent
c56507f6a1
commit
be17791f86
6 changed files with 175 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue