summaryrefslogtreecommitdiff
path: root/tests/examplefiles/css+mozpreproc/demo.css.in.output
blob: 0a4b5c1280c4e6a88c213f8834d7b6f7ff480c6a (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
27
28
29
30
31
32
33
34
'%'           Comment.Preproc
'if'          Comment.Preproc
' '           Text
'defined'     Keyword
'('           Punctuation
'__foo__'     Name.Variable
')'           Punctuation
'\n'          Text

'.'           Punctuation
'cls'         Name.Class
' '           Text.Whitespace
'{'           Punctuation
'\n'          Text.Whitespace

'  '          Text.Whitespace
'color'       Keyword
':'           Punctuation
' '           Text.Whitespace
'#fff'        Literal.Number.Hex
';'           Punctuation
'\n'          Text.Whitespace

'}'           Punctuation
'\n'          Text.Whitespace

'%'           Comment.Preproc
'endif'       Comment.Preproc
'\n'          Text

'%'           Comment.Preproc
'literal'     Comment.Preproc
' %foo'       Text
'\n'          Text.Whitespace