mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
Add "just" parser
This commit is contained in:
parent
f60b33c1e5
commit
cf685ce85f
7 changed files with 240 additions and 0 deletions
|
|
@ -1033,6 +1033,14 @@ list.julia = {
|
|||
maintainers = { "@theHamsta" },
|
||||
}
|
||||
|
||||
list.just = {
|
||||
install_info = {
|
||||
url = "https://github.com/IndianBoy42/tree-sitter-just",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@Hubro" },
|
||||
}
|
||||
|
||||
list.kconfig = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-kconfig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue