diff --git a/nvim/lib/colorscheme.vim b/nvim/lib/colorscheme.vim index aeefbd9..2377b23 100644 --- a/nvim/lib/colorscheme.vim +++ b/nvim/lib/colorscheme.vim @@ -151,6 +151,18 @@ " }}} +" AWK {{{ + hi! link awkArrayElement Number + hi! link awkBoolLogic Operator + hi! link awkComma Delimiter + hi! link awkExpression Operator + hi! link awkFieldVars awkVariables + hi! link awkOperator Operator + hi! link awkPatterns Label + hi! link awkSemicolon Delimiter + hi! link awkVariables Variable +" }}} + " Diff {{{ " diff mode call s:hi('DiffAdd', 0xB, 0x1, '', '')