mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] improve AWK syntax highlighting
This commit is contained in:
parent
c020e75725
commit
13b6ba6bd4
1 changed files with 12 additions and 0 deletions
|
@ -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 {{{
|
||||||
" diff mode
|
" diff mode
|
||||||
call s:hi('DiffAdd', 0xB, 0x1, '', '')
|
call s:hi('DiffAdd', 0xB, 0x1, '', '')
|
||||||
|
|
Loading…
Reference in a new issue