mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
feat: add jsonnet
This commit is contained in:
parent
72d61cd9fa
commit
f2d3d509d9
4 changed files with 88 additions and 0 deletions
|
|
@ -370,6 +370,14 @@ list.json = {
|
|||
maintainers = { "@steelsojka" },
|
||||
}
|
||||
|
||||
list.jsonnet = {
|
||||
install_info = {
|
||||
url = "https://github.com/sourcegraph/tree-sitter-jsonnet",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@nawordar" },
|
||||
}
|
||||
|
||||
list.css = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-css",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue