update tests for c mode
This commit is contained in:
parent
b46a0fb4f9
commit
8ff856186d
2 changed files with 8 additions and 2 deletions
|
|
@ -137,7 +137,12 @@
|
|||
"start",
|
||||
["text"," "],
|
||||
["keyword","#if"],
|
||||
["constant.other"," VERBOSE >= 2"]
|
||||
["text"," "],
|
||||
["identifier","VERBOSE"],
|
||||
["text"," "],
|
||||
["keyword.operator",">="],
|
||||
["text"," "],
|
||||
["constant.numeric","2"]
|
||||
],[
|
||||
"start",
|
||||
["text"," "],
|
||||
|
|
|
|||
|
|
@ -727,7 +727,8 @@
|
|||
],[
|
||||
"start",
|
||||
["keyword","#ifndef"],
|
||||
["constant.other"," Nil"]
|
||||
["text"," "],
|
||||
["constant.language.objc","Nil"]
|
||||
],[
|
||||
"start",
|
||||
["keyword","#define"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue