diff options
| -rw-r--r-- | .config/vim/my/colors/ocean.vim | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.config/vim/my/colors/ocean.vim b/.config/vim/my/colors/ocean.vim index 360793f..c3b0a46 100644 --- a/.config/vim/my/colors/ocean.vim +++ b/.config/vim/my/colors/ocean.vim @@ -240,3 +240,23 @@ hi! link phpSpecialFunction oceanSyntaxIdentifier hi! link rubyDataDirective oceanSyntaxStatement2 hi! link rubyStringDelimiter oceanSyntaxString + + + + + +" sh {{{3 + +hi! link shQuote oceanSyntaxString +hi! link shDerefSimple oceanSyntaxIdentifier +hi! link shDerefVar oceanSyntaxIdentifier + + + + + +" Utilities {{{1 + +command! -bar + \ OceanGetHighlightGroupName + \ echo synIDattr(synID(line('.'), col('.'), v:false), 'name') |
