From 4b04a43ccf726a0d2b75e8f68e844a8f37b502d8 Mon Sep 17 00:00:00 2001 From: eidheim Date: Sat, 15 Aug 2015 12:03:54 +0200 Subject: [PATCH] Added a few more clang_types. --- src/files.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/files.h b/src/files.h index df12525..48b759e 100644 --- a/src/files.h +++ b/src/files.h @@ -11,7 +11,11 @@ const std::string configjson = " \"clang_types\": {\n" " \"8\": \"def:function\",\n" " \"21\": \"def:function\",\n" +" \"22\": \"def:identifier\",\n" +" \"24\": \"def:function\",\n" +" \"25\": \"def:function\",\n" " \"43\": \"def:type\",\n" +" \"44\": \"def:type\",\n" " \"45\": \"def:type\",\n" " \"46\": \"def:identifier\",\n" " \"109\": \"def:string\",\n" @@ -136,7 +140,7 @@ const std::string juci_style = " \n" " \n" " \n" -" \n" +" \n" " \n" " \n" " \n"