We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a97aeb0 + 872113e commit 978be3aCopy full SHA for 978be3a
1 file changed
colors/codedark.vim
@@ -305,7 +305,7 @@ if has("nvim")
305
call <sid>hiTS('@text', 'TSText', s:cdFront, s:cdNone, 'bold', {})
306
call <sid>hiTS('@text.strong', 'TSStrong', s:cdFront, s:cdNone, 'bold', {})
307
call <sid>hiTS('@text.emphasis', 'TSEmphasis', s:cdYellowOrange, s:cdNone, 'italic', {})
308
- hi! link @text.underline Underlined
+ call <sid>hiTSlink('@text.underline', 'TSUnderline', 'Underlined')
309
call <sid>hiTS('@text.title', 'TSTitle', s:cdBlue, {}, 'bold', {})
310
call <sid>hiTS('@text.literal', 'TSLiteral', s:cdOrange, {}, 'none', {})
311
call <sid>hiTS('@text.uri', 'TSURI', s:cdOrange, {}, 'none', {})
0 commit comments