blob: 8d6bdd9fe84014f81e544ced1292dbb98818647a (
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
37
|
'query' Keyword
' ' Text.Whitespace
'HeroNameAndFriends' Name.Function
'(' Punctuation
'$episode' Name.Variable
':' Punctuation
' ' Text.Whitespace
'Episode' Name.Class
')' Punctuation
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'hero' Name
'(' Punctuation
'episode' Name
':' Punctuation
' ' Text.Whitespace
'$episode' Name.Variable
')' Punctuation
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'name' Name
'\n ' Text.Whitespace
'friends' Name
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'name' Name
'\n ' Text.Whitespace
'}' Punctuation
'\n ' Text.Whitespace
'}' Punctuation
'\n' Text.Whitespace
'}' Punctuation
'\n' Text.Whitespace
|