mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
feat: add bicep
This commit is contained in:
parent
061ee1b98f
commit
028b7dfbdd
8 changed files with 363 additions and 0 deletions
|
|
@ -144,6 +144,14 @@ list.bibtex = {
|
|||
maintainers = { "@theHamsta", "@clason" },
|
||||
}
|
||||
|
||||
list.bicep = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-bicep",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.blueprint = {
|
||||
install_info = {
|
||||
url = "https://gitlab.com/gabmus/tree-sitter-blueprint.git",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue