mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
feat: add Uxn Tal
This commit is contained in:
parent
356c9db347
commit
ba4bce9bb7
8 changed files with 145 additions and 0 deletions
|
|
@ -1520,6 +1520,16 @@ list.ungrammar = {
|
|||
maintainers = { "@Philipp-M", "@amaanq" },
|
||||
}
|
||||
|
||||
list.uxntal = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-uxntal",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
filetype = "tal",
|
||||
maintainers = { "@amaanq" },
|
||||
readme_name = "uxn tal",
|
||||
}
|
||||
|
||||
list.v = {
|
||||
install_info = {
|
||||
url = "https://github.com/vlang/vls",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue