mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
Adding cedars policy language with queries
This commit is contained in:
parent
42fc28ba91
commit
af8409931b
3 changed files with 67 additions and 0 deletions
|
|
@ -265,6 +265,16 @@ list.capnp = {
|
|||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.cedar = {
|
||||
install_info = {
|
||||
url = "https://github.com/chrnorm/tree-sitter-cedar",
|
||||
branch = "main",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
filetype = "cedar",
|
||||
maintainers = { "@edmondop" },
|
||||
}
|
||||
|
||||
list.chatito = {
|
||||
install_info = {
|
||||
url = "https://github.com/ObserverOfTime/tree-sitter-chatito",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue