blob: 06ca37182ec3e921c3616213586485d2eb330b70 (
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
'#' 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
'#' Comment.Preproc
'endif' Comment.Preproc
'\n' Text
'}' Punctuation
'\n' Text
'#' Comment.Preproc
'literal' Comment.Preproc
' #foo' Text
'\n' Text
|