mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 21:00:08 -04:00
Highlights: default TSError to Normal
This provides a better experience for users without any extra config.
This commit is contained in:
parent
fcdb3eb35d
commit
169defda8f
3 changed files with 1 additions and 13 deletions
|
|
@ -22,7 +22,7 @@ end
|
|||
require'nvim-treesitter'.setup()
|
||||
EOF
|
||||
|
||||
highlight default link TSError Error
|
||||
highlight default link TSError Normal
|
||||
|
||||
highlight default link TSPunctDelimiter Delimiter
|
||||
highlight default link TSPunctBracket Delimiter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue