aboutsummaryrefslogtreecommitdiffstats
path: root/autoload
diff options
context:
space:
mode:
authorPeter Odding <peter@peterodding.com>2011-05-23 20:44:33 +0200
committerPeter Odding <peter@peterodding.com>2011-05-23 20:44:33 +0200
commit6cf2a359bdd7091559e45bf4e53231f5bbc3d69c (patch)
treefb45ca17c16ac67dcc191c646b15b7b3f9bf0e50 /autoload
parent45e97ff1f9d0ca2201e704910d58247afa5ca9d6 (diff)
downloadvim-easytags-6cf2a359bdd7091559e45bf4e53231f5bbc3d69c.tar.gz
Bug fix for highlighting of C# classes
Diffstat (limited to 'autoload')
-rw-r--r--autoload/xolox/easytags.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/xolox/easytags.vim b/autoload/xolox/easytags.vim
index b5c8b5a..4928ef5 100644
--- a/autoload/xolox/easytags.vim
+++ b/autoload/xolox/easytags.vim
@@ -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