mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] fix highlighting of StringDelimiters
This commit is contained in:
parent
09f21e7d09
commit
3101bc4440
1 changed files with 4 additions and 3 deletions
|
@ -69,8 +69,9 @@
|
|||
hi! link Float Constant
|
||||
hi! link Number Constant
|
||||
call s:hi('String', 0xB, '', '', '')
|
||||
hi! link Character String
|
||||
hi! link Quote String
|
||||
hi! link Character String
|
||||
hi! link Quote String
|
||||
hi! link StringDelimiter String
|
||||
call s:hi('Comment', 0x3, '', '', '')
|
||||
hi! link SpecialComment Comment
|
||||
call s:hi('Todo', 'bg', 0xA, 'bold', '')
|
||||
|
@ -362,7 +363,7 @@
|
|||
hi! link rubyConstant Constant
|
||||
hi! link rubyInterpolationDelimiter PreProc
|
||||
hi! link rubySymbol String
|
||||
hi! link rubyStringDelimiter rubyString
|
||||
hi! link rubyStringDelimiter StringDelimiter
|
||||
hi! link rubyRegexp Special
|
||||
hi! link rubyRegexpDelimiter rubyRegexp
|
||||
" }}}
|
||||
|
|
Loading…
Reference in a new issue