This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/examplefiles/graphql/ex07_fragments2.graphql.output
mazza 2401866e5a
Add support for GraphQL (#2428)
Co-authored-by: Jean Abou Samra <jean@abou-samra.fr>
2023-05-14 11:29:03 +02:00

99 lines
2.5 KiB
Text
Generated

'query' Keyword
' ' Text.Whitespace
'HeroComparison' Name.Function
'(' Punctuation
'$first' Name.Variable
':' Punctuation
' ' Text.Whitespace
'Int' Name.Builtin
' ' Text.Whitespace
'=' Punctuation
' ' Text.Whitespace
'3' Literal.Number.Integer
')' Punctuation
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'leftComparison' Name.Label
':' Punctuation
' ' Text.Whitespace
'hero' Name
'(' Punctuation
'episode' Name
':' Punctuation
' ' Text.Whitespace
'EMPIRE' Name.Constant
')' Punctuation
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'...' Punctuation
'comparisonFields' Name
'\n ' Text.Whitespace
'}' Punctuation
'\n ' Text.Whitespace
'rightComparison' Name.Label
':' Punctuation
' ' Text.Whitespace
'hero' Name
'(' Punctuation
'episode' Name
':' Punctuation
' ' Text.Whitespace
'JEDI' Name.Constant
')' Punctuation
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'...' Punctuation
'comparisonFields' Name
'\n ' Text.Whitespace
'}' Punctuation
'\n' Text.Whitespace
'}' Punctuation
'\n\n' Text.Whitespace
'fragment' Keyword
' ' Text.Whitespace
'comparisonFields' Name.Function
' ' Text.Whitespace
'on' Keyword
' ' Text.Whitespace
'Character' Name.Class
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'name' Name
'\n ' Text.Whitespace
'friendsConnection' Name
'(' Punctuation
'first' Name
':' Punctuation
' ' Text.Whitespace
'$first' Name.Variable
')' Punctuation
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'totalCount' Name
'\n ' Text.Whitespace
'edges' Name
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'node' Name
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'name' Name
'\n ' Text.Whitespace
'}' Punctuation
'\n ' Text.Whitespace
'}' Punctuation
'\n ' Text.Whitespace
'}' Punctuation
'\n' Text.Whitespace
'}' Punctuation
'\n' Text.Whitespace