Skip to content

Commit

Permalink
Disable regex highlighting in treesitter
Browse files Browse the repository at this point in the history
  • Loading branch information
RhydianJenkins committed Sep 21, 2023
1 parent e92ab93 commit 9898a42
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nvim/after/plugin/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ require("nvim-treesitter.configs").setup({
auto_install = true,
highlight = {
enable = true,

-- Setting this to true will run `:h syntax` and tree-sitter at the same time.
-- 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 = false,
},
indent = {
enable = true,
Expand Down

0 comments on commit 9898a42

Please sign in to comment.