diff options
| author | Jirgn <jirgn76@googlemail.com> | 2021-11-26 16:44:34 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2021-11-26 22:04:59 +0100 |
| commit | a14e48ea8a9d9c751964b74983c4fd62ca0fdf42 (patch) | |
| tree | 32654f2db334a719c4adcd772a421984e7bcaed4 | |
| parent | 26cf8672389bf3eaa01427b6eac7e3fcb154defc (diff) | |
fix: mark support experimental
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 1eb54c96..c4cc1457 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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 = { |
