Skip to content

Commit

Permalink
Bug fix for highlighting of C# classes
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed May 23, 2011
1 parent 45e97ff commit 6cf2a35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autoload/xolox/easytags.vim
Expand Up @@ -625,7 +625,7 @@ call xolox#easytags#define_tagkind({
\ 'hlgroup': 'csMethod',
\ 'filter': 'get(v:val, "kind") =~# "[ms]"'})

highlight def link csClass Identifier
highlight def link csClassOrStruct Identifier
highlight def link csMethod Function

" Ruby. {{{2
Expand Down
2 changes: 1 addition & 1 deletion plugin/easytags.vim
Expand Up @@ -4,7 +4,7 @@
" URL: http://peterodding.com/code/vim/easytags/
" Requires: Exuberant Ctags (http://ctags.sf.net)
" License: MIT
" Version: 2.2.8
" Version: 2.2.9

" Support for automatic update using the GLVS plug-in.
" GetLatestVimScripts: 3114 1 :AutoInstall: easytags.zip
Expand Down

0 comments on commit 6cf2a35

Please sign in to comment.