mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Highlights: use underlined for TSURI
Neovim already uses this hl group `:h group-name` and it's recommend for links.
This commit is contained in:
parent
7a1f6b1586
commit
930591b689
1 changed files with 1 additions and 1 deletions
|
|
@ -66,4 +66,4 @@ highlight default TSEmphasis term=italic cterm=italic gui=italic
|
|||
highlight default TSUnderline term=underline cterm=underline gui=underline
|
||||
highlight default link TSTitle Title
|
||||
highlight default link TSLiteral String
|
||||
highlight default link TSURI Identifier
|
||||
highlight default link TSURI Underlined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue