summaryrefslogtreecommitdiff
path: root/tests/examplefiles/javascript+mozpreproc/demo.js.in.output
blob: 30c2a3e4a1410e8e9ee3301f7bc00476463ea74a (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
35
36
'window'      Name.Builtin
'.'           Punctuation
'foo'         Name.Other
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'{'           Punctuation
'\n'          Text.Whitespace

'#'           Comment.Preproc
'if'          Comment.Preproc
' '           Text
'defined'     Keyword
'('           Punctuation
'__foo__'     Name.Variable
')'           Punctuation
'\n'          Text

'  '          Text.Whitespace
"'key'"       Literal.String.Single
':'           Operator
' '           Text.Whitespace
"'value'"     Literal.String.Single
'\n'          Text.Whitespace

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

'}'           Punctuation
'\n'          Text.Whitespace

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