[nvim] improve AWK syntax highlighting

This commit is contained in:
Dmytro Meleshko 2019-08-26 02:02:27 +03:00
parent c020e75725
commit 13b6ba6bd4
1 changed files with 12 additions and 0 deletions

View File

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