mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat: add janet_simple
This commit is contained in:
parent
54909e8df9
commit
93b540f917
6 changed files with 317 additions and 0 deletions
|
|
@ -703,6 +703,15 @@ list.ini = {
|
|||
experimental = true,
|
||||
}
|
||||
|
||||
list.janet_simple = {
|
||||
install_info = {
|
||||
url = "https://github.com/sogaiu/tree-sitter-janet-simple",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
filetype = "janet",
|
||||
maintainers = { "@sogaiu" },
|
||||
}
|
||||
|
||||
list.java = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-java",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue