remove perl highlighting
enable additional_vim_regex_highlighting
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user