mirror of
https://github.com/nordtheme/vim.git
synced 2026-09-10 07:36:23 -04:00
GHI-#29 Fix color of language reserved keywords
This commit is contained in:
parent
89a7bc9b76
commit
4c2f784d7a
|
|
@ -317,6 +317,7 @@ hi! link rubyAttribute Identifier
|
|||
hi! link rubyBlockParameterList Operator
|
||||
hi! link rubyInterpolationDelimiter Keyword
|
||||
hi! link rubyKeywordAsMethod Function
|
||||
hi! link rubyPseudoVariable Keyword
|
||||
hi! link rubyRegexp SpecialChar
|
||||
|
||||
call s:hi("sassClass", s:nord7_gui, "", s:nord7_term, "", "", "")
|
||||
|
|
|
|||
Loading…
Reference in a new issue