blob: 5e4c3f640ef4ec167b6cb67ede884b45f7f0c11e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
'if DEBUG\n' Comment.Preproc
'DBG' Name.Variable
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'debug' Text
'\n' Text.Whitespace
'else\n' Comment.Preproc
'DBG' Name.Variable
' ' Text.Whitespace
'=' Operator
'\n' Text.Whitespace
'endif\n' Comment.Preproc
'noinst_PROGRAMS' Name.Variable
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'$(' Keyword
'DBG' Text
')' Keyword
'\n' Text.Whitespace
|