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 {
highlight = {
enable = true,
additional_vim_regex_highlighting = true,
},
indent = { enable = true },
autotag = { enable = true },
@@ -30,7 +31,6 @@ return {
"lua",
"markdown",
"markdown_inline",
"perl",
"python",
"regex",
"sql",
@@ -42,6 +42,8 @@ return {
"toml",
"yaml",
},
ignore_install = {},
sync_install = true,
auto_install = true,
incremental_selection = {
enable = true,