mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -04:00
fix: mark support experimental
This commit is contained in:
parent
26cf867238
commit
a14e48ea8a
1 changed files with 2 additions and 1 deletions
|
|
@ -134,9 +134,10 @@ list.rust = {
|
||||||
list.fusion = {
|
list.fusion = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://gitlab.com/jirgn/tree-sitter-fusion",
|
url = "https://gitlab.com/jirgn/tree-sitter-fusion",
|
||||||
files = { "src/parser.c"},
|
files = { "src/parser.c" },
|
||||||
},
|
},
|
||||||
maintainers = { "@jirgn" },
|
maintainers = { "@jirgn" },
|
||||||
|
experimental = true,
|
||||||
}
|
}
|
||||||
|
|
||||||
list.ledger = {
|
list.ledger = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue