fix treesitter highlighting
This commit is contained in:
parent
2754473139
commit
3344392f1e
4 changed files with 10 additions and 7 deletions
|
@ -38,7 +38,7 @@ return {
|
|||
-- Set this to `true` if you depend on 'syntax' being enabled (like for indentation).
|
||||
-- Using this option may slow down your editor, and you may see some duplicate highlights.
|
||||
-- Instead of true it can also be a list of languages
|
||||
additional_vim_regex_highlighting = true, -- default=false
|
||||
additional_vim_regex_highlighting = false, -- default=false
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue