mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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 = {
|
||||
install_info = {
|
||||
url = "https://gitlab.com/jirgn/tree-sitter-fusion",
|
||||
files = { "src/parser.c"},
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@jirgn" },
|
||||
experimental = true,
|
||||
}
|
||||
|
||||
list.ledger = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue