mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 21:40:03 -04:00
Added the initial version for the support of rego language
This commit is contained in:
parent
0741d2282b
commit
00197398bd
2 changed files with 23 additions and 0 deletions
|
|
@ -49,6 +49,15 @@ list.javascript = {
|
|||
maintainers = { "@steelsojka" },
|
||||
}
|
||||
|
||||
list.rego = {
|
||||
install_info = {
|
||||
url = "https://github.com/FallenAngel97/tree-sitter-rego",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { '@FallenAngel97' },
|
||||
filetype = 'rego',
|
||||
}
|
||||
|
||||
list.c = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-c",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue