GHI-#29 Fix color of language reserved keywords

This commit is contained in:
Arctic Ice Studio 2017-04-01 17:24:23 +02:00
parent 89a7bc9b76
commit 4c2f784d7a

View file

@ -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, "", "", "")