86c5fe1ea6
Similar to rails.vim's :A and :AV command, except it knows about fast_spec. Could be expanded in the future to add more spec paths.
21 lines
658 B
VimL
21 lines
658 B
VimL
hi! link txtBold Identifier
|
|
hi! link zshVariableDef Identifier
|
|
hi! link zshFunction Function
|
|
hi! link rubyControl Statement
|
|
hi! link rspecGroupMethods rubyControl
|
|
hi! link rspecMocks Identifier
|
|
hi! link rspecKeywords Identifier
|
|
hi! link rubyLocalVariableOrMethod Normal
|
|
hi! link rubyStringDelimiter Constant
|
|
hi! link rubyString Constant
|
|
hi! link rubyAccess Todo
|
|
hi! link rubySymbol Identifier
|
|
hi! link rubyPseudoVariable Type
|
|
hi! link rubyRailsARAssociationMethod Title
|
|
hi! link rubyRailsARValidationMethod Title
|
|
hi! link rubyRailsMethod Title
|
|
hi! link MatchParen DiffText
|
|
|
|
" Enforce the colors set here
|
|
au VimEnter * so ~/.vim/plugin/settings/solarized.vim
|