[gnome-builder] ctags: use def:type for types highlighting



commit 97a8942f5e87d2b338d0fd42b87be254438f321c
Author: Christian Hergert <christian hergert me>
Date:   Thu May 21 16:03:44 2015 -0700

    ctags: use def:type for types highlighting
    
    More generic. We should probably make clang use this as well, or at least
    check as to why we still can't use it.

 libide/ctags/ide-ctags-highlighter.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libide/ctags/ide-ctags-highlighter.h b/libide/ctags/ide-ctags-highlighter.h
index f1db144..985a713 100644
--- a/libide/ctags/ide-ctags-highlighter.h
+++ b/libide/ctags/ide-ctags-highlighter.h
@@ -26,7 +26,7 @@ G_BEGIN_DECLS
 
 #define IDE_TYPE_CTAGS_HIGHLIGHTER (ide_ctags_highlighter_get_type())
 
-#define IDE_CTAGS_HIGHLIGHTER_TYPE          "c:type"
+#define IDE_CTAGS_HIGHLIGHTER_TYPE          "def:type"
 #define IDE_CTAGS_HIGHLIGHTER_FUNCTION_NAME "def:function"
 #define IDE_CTAGS_HIGHLIGHTER_ENUM_NAME     "def:constant"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]