diff options
| author | Amaan Qureshi <amaanq12@gmail.com> | 2023-02-23 04:42:37 -0500 |
|---|---|---|
| committer | Amaan Qureshi <amaanq12@gmail.com> | 2023-02-24 17:43:13 -0500 |
| commit | 028b7dfbddffdd4738a25a76b280d9b26f38ce42 (patch) | |
| tree | ef062f1360d6fb2b5ff7e7318816b5b966404375 /lua | |
| parent | Fix broken YANG indent tests (diff) | |
| download | nvim-treesitter-028b7dfbddffdd4738a25a76b280d9b26f38ce42.tar nvim-treesitter-028b7dfbddffdd4738a25a76b280d9b26f38ce42.tar.gz nvim-treesitter-028b7dfbddffdd4738a25a76b280d9b26f38ce42.tar.bz2 nvim-treesitter-028b7dfbddffdd4738a25a76b280d9b26f38ce42.tar.lz nvim-treesitter-028b7dfbddffdd4738a25a76b280d9b26f38ce42.tar.xz nvim-treesitter-028b7dfbddffdd4738a25a76b280d9b26f38ce42.tar.zst nvim-treesitter-028b7dfbddffdd4738a25a76b280d9b26f38ce42.zip | |
feat: add bicep
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 0eec2f116..4d7f9baf4 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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", |
