mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
feat: add ungrammar
This commit is contained in:
parent
20a8f30ace
commit
fe80f7c2bb
8 changed files with 58 additions and 0 deletions
|
|
@ -1451,6 +1451,14 @@ list.typescript = {
|
|||
maintainers = { "@steelsojka" },
|
||||
}
|
||||
|
||||
list.ungrammar = {
|
||||
install_info = {
|
||||
url = "https://github.com/Philipp-M/tree-sitter-ungrammar",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@Philipp-M", "@amaanq" },
|
||||
}
|
||||
|
||||
list.v = {
|
||||
install_info = {
|
||||
url = "https://github.com/vlang/vls",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue