update tests for c mode

This commit is contained in:
nightwing 2014-12-22 02:24:58 +04:00
commit 8ff856186d
2 changed files with 8 additions and 2 deletions

View file

@ -137,7 +137,12 @@
"start",
["text"," "],
["keyword","#if"],
["constant.other"," VERBOSE >= 2"]
["text"," "],
["identifier","VERBOSE"],
["text"," "],
["keyword.operator",">="],
["text"," "],
["constant.numeric","2"]
],[
"start",
["text"," "],

View file

@ -727,7 +727,8 @@
],[
"start",
["keyword","#ifndef"],
["constant.other"," Nil"]
["text"," "],
["constant.language.objc","Nil"]
],[
"start",
["keyword","#define"],