Browse Source

Add json configfile

master
Jørgen Lien Sellæg 11 years ago
parent
commit
54ca8f5f14
  1. 192
      juci/config.json

192
juci/config.json

@ -0,0 +1,192 @@
{
"colors": {
"text_color": ["black", "standard text color"],
"string": ["green", "string text color"]
},
"syntax": {
"1": ["text_color","CXCursor_UnexposedDecl"],
"2": ["text_color","CXCursor_StructDecl"],
"3": ["text_color","CXCursor_UnionDecl"],
"4": ["text_color","CXCursor_ClassDecl"],
"5": ["text_color","CXCursor_EnumDecl"],
"6": ["text_color","CXCursor_FieldDecl"],
"7": ["text_color","CXCursor_EnumConstantDecl"],
"8": ["text_color","CXCursor_FunctionDecl"],
"9": ["text_color","CXCursor_VarDecl"],
"10": ["text_color","CXCursor_ParmDecl"],
"11": ["text_color","CXCursor_ObjCInterfaceDecl"],
"12": ["text_color","CXCursor_ObjCCategoryDecl"],
"13": ["text_color","CXCursor_ObjCProtocolDecl"],
"14": ["text_color","CXCursor_ObjCPropertyDecl"],
"15": ["text_color","CXCursor_ObjCIvarDecl"],
"16": ["text_color","CXCursor_ObjCInstanceMethodDecl"],
"17": ["text_color","CXCursor_ObjCClassMethodDecl"],
"18": ["text_color","CXCursor_ObjCImplementationDecl"],
"19": ["text_color","CXCursor_ObjCCategoryImplDecl"],
"20": ["text_color","CXCursor_TypedefDecl"],
"21": ["text_color","CXCursor_CXXMethod"],
"22": ["text_color","CXCursor_Namespace"],
"23": ["text_color","CXCursor_LinkageSpec"],
"24": ["text_color","CXCursor_Constructor"],
"25": ["text_color","CXCursor_Destructor"],
"26": ["text_color","CXCursor_ConversionFunction"],
"27": ["text_color","CXCursor_TemplateTypeParameter"],
"28": ["text_color","CXCursor_NonTypeTemplateParameter"],
"29": ["text_color","CXCursor_TemplateTemplateParameter"],
"30": ["text_color","CXCursor_FunctionTemplate"],
"31": ["text_color","CXCursor_ClassTemplate"],
"32": ["text_color","CXCursor_ClassTemplatePartialSpecialization"],
"33": ["text_color","CXCursor_NamespaceAlias"],
"34": ["text_color","CXCursor_UsingDirective"],
"35": ["text_color","CXCursor_UsingDeclaration"],
"36": ["text_color","CXCursor_TypeAliasDecl"],
"37": ["text_color","CXCursor_ObjCSynthesizeDecl"],
"38": ["text_color","CXCursor_ObjCDynamicDecl"],
"39": ["text_color","CXCursor_CXXAccessSpecifier"],
"40": ["text_color","CXCursor_FirstRef"],
"41": ["text_color","CXCursor_ObjCSuperClassRef"],
"42": ["text_color","CXCursor_ObjCProtocolRef"],
"43": ["text_color","CXCursor_ObjCClassRef"],
"44": ["text_color","CXCursor_TypeRef"],
"45": ["text_color","CXCursor_CXXBaseSpecifier"],
"46": ["text_color","CXCursor_TemplateRef"],
"47": ["text_color","CXCursor_NamespaceRef"],
"48": ["text_color","CXCursor_MemberRef"],
"49": ["text_color","CXCursor_LabelRef"],
"50": ["text_color","CXCursor_OverloadedDeclRef"],
"51": ["text_color","CXCursor_VariableRef"],
"70": ["text_color","CXCursor_FirstInvalid"],
"70": ["text_color","CXCursor_InvalidFile"],
"71": ["text_color","CXCursor_NoDeclFound"],
"72": ["text_color","CXCursor_NotImplemented"],
"73": ["text_color","CXCursor_InvalidCode"],
"100": ["text_color","CXCursor_FirstExpr"],
"100": ["text_color","CXCursor_UnexposedExpr"],
"101": ["text_color","CXCursor_DeclRefExpr"],
"102": ["text_color","CXCursor_MemberRefExpr"],
"103": ["text_color","CXCursor_CallExpr"],
"104": ["text_color","CXCursor_ObjCMessageExpr"],
"105": ["text_color","CXCursor_BlockExpr"],
"106": ["text_color","CXCursor_IntegerLiteral"],
"107": ["text_color","CXCursor_FloatingLiteral"],
"108": ["text_color","CXCursor_ImaginaryLiteral"],
"109": ["string","CXCursor_StringLiteral"],
"110": ["text_color","CXCursor_CharacterLiteral"],
"111": ["text_color","CXCursor_ParenExpr"],
"112": ["text_color","CXCursor_UnaryOperator"],
"113": ["text_color","CXCursor_ArraySubscriptExpr"],
"114": ["text_color","CXCursor_BinaryOperator"],
"115": ["text_color","CXCursor_CompoundAssignOperator"],
"116": ["text_color","CXCursor_ConditionalOperator"],
"117": ["text_color","CXCursor_CStyleCastExpr"],
"118": ["text_color","CXCursor_CompoundLiteralExpr"],
"119": ["text_color","CXCursor_InitListExpr"],
"120": ["text_color","CXCursor_AddrLabelExpr"],
"121": ["text_color","CXCursor_StmtExpr"],
"122": ["text_color","CXCursor_GenericSelectionExpr"],
"123": ["text_color","CXCursor_GNUNullExpr"],
"124": ["text_color","CXCursor_CXXStaticCastExpr"],
"125": ["text_color","CXCursor_CXXDynamicCastExpr"],
"126": ["text_color","CXCursor_CXXReinterpretCastExpr"],
"127": ["text_color","CXCursor_CXXConstCastExpr"],
"128": ["text_color","CXCursor_CXXFunctionalCastExpr"],
"129": ["text_color","CXCursor_CXXTypeidExpr"],
"130": ["text_color","CXCursor_CXXBoolLiteralExpr"],
"131": ["text_color","CXCursor_CXXNullPtrLiteralExpr"],
"132": ["text_color","CXCursor_CXXThisExpr"],
"133": ["text_color","CXCursor_CXXThrowExpr"],
"134": ["text_color","CXCursor_CXXNewExpr"],
"135": ["text_color","CXCursor_CXXDeleteExpr"],
"136": ["text_color","CXCursor_UnaryExpr"],
"137": ["text_color","CXCursor_ObjCStringLiteral"],
"138": ["text_color","CXCursor_ObjCEncodeExpr"],
"139": ["text_color","CXCursor_ObjCSelectorExpr"],
"140": ["text_color","CXCursor_ObjCProtocolExpr"],
"141": ["text_color","CXCursor_ObjCBridgedCastExpr"],
"142": ["text_color","CXCursor_PackExpansionExpr"],
"143": ["text_color","CXCursor_SizeOfPackExpr"],
"144": ["text_color","CXCursor_LambdaExpr"],
"145": ["text_color","CXCursor_ObjCBoolLiteralExpr"],
"146": ["text_color","CXCursor_ObjCSelfExpr"],
"200": ["text_color","CXCursor_FirstStmt"],
"200": ["text_color","CXCursor_UnexposedStmt"],
"201": ["text_color","CXCursor_LabelStmt"],
"202": ["text_color","CXCursor_CompoundStmt"],
"203": ["text_color","CXCursor_CaseStmt"],
"204": ["text_color","CXCursor_DefaultStmt"],
"205": ["text_color","CXCursor_IfStmt"],
"206": ["text_color","CXCursor_SwitchStmt"],
"207": ["text_color","CXCursor_WhileStmt"],
"208": ["text_color","CXCursor_DoStmt"],
"209": ["text_color","CXCursor_ForStmt"],
"210": ["text_color","CXCursor_GotoStmt"],
"211": ["text_color","CXCursor_IndirectGotoStmt"],
"212": ["text_color","CXCursor_ContinueStmt"],
"213": ["text_color","CXCursor_BreakStmt"],
"214": ["text_color","CXCursor_ReturnStmt"],
"215": ["text_color","CXCursor_GCCAsmStmt"],
"216": ["text_color","CXCursor_ObjCAtTryStmt"],
"217": ["text_color","CXCursor_ObjCAtCatchStmt"],
"218": ["text_color","CXCursor_ObjCAtFinallyStmt"],
"219": ["text_color","CXCursor_ObjCAtThrowStmt"],
"220": ["text_color","CXCursor_ObjCAtSynchronizedStmt"],
"221": ["text_color","CXCursor_ObjCAutoreleasePoolStmt"],
"222": ["text_color","CXCursor_ObjCForCollectionStmt"],
"223": ["text_color","CXCursor_CXXCatchStmt"],
"224": ["text_color","CXCursor_CXXTryStmt"],
"225": ["text_color","CXCursor_CXXForRangeStmt"],
"226": ["text_color","CXCursor_SEHTryStmt"],
"227": ["text_color","CXCursor_SEHExceptStmt"],
"228": ["text_color","CXCursor_SEHFinallyStmt"],
"229": ["text_color","CXCursor_MSAsmStmt"],
"230": ["text_color","CXCursor_NullStmt"],
"231": ["text_color","CXCursor_DeclStmt"],
"232": ["text_color","CXCursor_OMPParallelDirective"],
"233": ["text_color","CXCursor_OMPSimdDirective"],
"234": ["text_color","CXCursor_OMPForDirective"],
"235": ["text_color","CXCursor_OMPSectionsDirective"],
"236": ["text_color","CXCursor_OMPSectionDirective"],
"237": ["text_color","CXCursor_OMPSingleDirective"],
"238": ["text_color","CXCursor_OMPParallelForDirective"],
"239": ["text_color","CXCursor_OMPParallelSectionsDirective"],
"240": ["text_color","CXCursor_OMPTaskDirective"],
"241": ["text_color","CXCursor_OMPMasterDirective"],
"242": ["text_color","CXCursor_OMPCriticalDirective"],
"243": ["text_color","CXCursor_OMPTaskyieldDirective"],
"244": ["text_color","CXCursor_OMPBarrierDirective"],
"245": ["text_color","CXCursor_OMPTaskwaitDirective"],
"246": ["text_color","CXCursor_OMPFlushDirective"],
"247": ["text_color","CXCursor_SEHLeaveStmt"],
"248": ["text_color","CXCursor_OMPOrderedDirective"],
"249": ["text_color","CXCursor_OMPAtomicDirective"],
"250": ["text_color","CXCursor_OMPForSimdDirective"],
"251": ["text_color","CXCursor_OMPParallelForSimdDirective"],
"252": ["text_color","CXCursor_OMPTargetDirective"],
"253": ["text_color","CXCursor_OMPTeamsDirective"],
"300": ["text_color","CXCursor_TranslationUnit"],
"400": ["text_color","CXCursor_FirstAttr"],
"400": ["text_color","CXCursor_UnexposedAttr"],
"401": ["text_color","CXCursor_IBActionAttr"],
"402": ["text_color","CXCursor_IBOutletAttr"],
"403": ["text_color","CXCursor_IBOutletCollectionAttr"],
"404": ["text_color","CXCursor_CXXFinalAttr"],
"405": ["text_color","CXCursor_CXXOverrideAttr"],
"406": ["text_color","CXCursor_AnnotateAttr"],
"407": ["text_color","CXCursor_AsmLabelAttr"],
"408": ["text_color","CXCursor_PackedAttr"],
"409": ["text_color","CXCursor_PureAttr"],
"410": ["text_color","CXCursor_ConstAttr"],
"411": ["text_color","CXCursor_NoDuplicateAttr"],
"412": ["text_color","CXCursor_CUDAConstantAttr"],
"413": ["text_color","CXCursor_CUDADeviceAttr"],
"414": ["text_color","CXCursor_CUDAGlobalAttr"],
"415": ["text_color","CXCursor_CUDAHostAttr"],
"416": ["text_color","CXCursor_CUDASharedAttr"],
"500": ["text_color","CXCursor_PreprocessingDirective"],
"501": ["text_color","CXCursor_MacroDefinition"],
"502": ["text_color","CXCursor_MacroExpansion"],
"503": ["text_color","CXCursor_InclusionDirective"],
"600": ["text_color","CXCursor_ModuleImportDecl"],
"700": ["text_color","CXCursor_OverloadCandidate"]
}
}
Loading…
Cancel
Save