remove perl highlighting

enable additional_vim_regex_highlighting
This commit is contained in:
2024-11-18 14:09:19 -05:00
parent 53f37f1e3a
commit 47fb5d73f7
+3 -1
View File
@@ -11,6 +11,7 @@ return {
treesitter.setup { treesitter.setup {
highlight = { highlight = {
enable = true, enable = true,
additional_vim_regex_highlighting = true,
}, },
indent = { enable = true }, indent = { enable = true },
autotag = { enable = true }, autotag = { enable = true },
@@ -30,7 +31,6 @@ return {
"lua", "lua",
"markdown", "markdown",
"markdown_inline", "markdown_inline",
"perl",
"python", "python",
"regex", "regex",
"sql", "sql",
@@ -42,6 +42,8 @@ return {
"toml", "toml",
"yaml", "yaml",
}, },
ignore_install = {},
sync_install = true,
auto_install = true, auto_install = true,
incremental_selection = { incremental_selection = {
enable = true, enable = true,