diff --git a/lib/ace/mode/_test/tokens_c_cpp.json b/lib/ace/mode/_test/tokens_c_cpp.json index 2818526f..a8668b0b 100644 --- a/lib/ace/mode/_test/tokens_c_cpp.json +++ b/lib/ace/mode/_test/tokens_c_cpp.json @@ -137,7 +137,12 @@ "start", ["text"," "], ["keyword","#if"], - ["constant.other"," VERBOSE >= 2"] + ["text"," "], + ["identifier","VERBOSE"], + ["text"," "], + ["keyword.operator",">="], + ["text"," "], + ["constant.numeric","2"] ],[ "start", ["text"," "], diff --git a/lib/ace/mode/_test/tokens_objectivec.json b/lib/ace/mode/_test/tokens_objectivec.json index c6582d20..cdfd1196 100644 --- a/lib/ace/mode/_test/tokens_objectivec.json +++ b/lib/ace/mode/_test/tokens_objectivec.json @@ -727,7 +727,8 @@ ],[ "start", ["keyword","#ifndef"], - ["constant.other"," Nil"] + ["text"," "], + ["constant.language.objc","Nil"] ],[ "start", ["keyword","#define"],