fixed issue where commenting in rust was not possible.

This commit is contained in:
2026-06-05 23:01:00 +02:00
parent 100e3b3172
commit 3274d017ff
3 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
return {
{
'nvim-treesitter/nvim-treesitter',
commit = "90cd658",
build = ':TSUpdate',
event = { "BufReadPost", "BufNewFile" },
config = function()
@@ -20,6 +21,7 @@ return {
"gdscript",
"vue",
"toml",
"rust"
},
highlight = {
enable = true