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/gooddata-cl/test.gdc.output
Sebastian Engel b42c7239f0
Modernize Whitespace token - regarding #1905 (#1911)
* Diff lexer - match whitespace

* Make lexer - whitespace token set

* Actionscript lexer - whitespace token

* Bare lexer - whitespace token

* Business(cobol) lexers - whitespace token
2021-10-09 10:33:00 +02:00

110 lines
2.9 KiB
Text
Generated

'# Execute the date dimension MAQL script' Comment.Single
'\n' Text
'ExecuteMaql' Name.Function
'(' Punctuation
'maqlFile' Name.Variable
'=' Operator
'"' Literal.String
'examples/quotes/quote_date.maql' Literal.String
'"' Literal.String
')' Punctuation
';' Punctuation
'\n\n' Text
'# load the stock quotes data file' Comment.Single
'\n' Text
'# the data file config has been generated' Comment.Single
'\n' Text
'LoadCsv' Name.Function
'(' Punctuation
'csvDataFile' Name.Variable
'=' Operator
'"' Literal.String
'examples/quotes/quotes.csv' Literal.String
'"' Literal.String
',' Punctuation
'\n' Text.Whitespace
'\t' Text.Whitespace
'header' Name.Variable
'=' Operator
'"' Literal.String
'true' Literal.String
'"' Literal.String
',' Punctuation
'\n' Text.Whitespace
'\t' Text.Whitespace
'configFile' Name.Variable
'=' Operator
'"' Literal.String
'examples/quotes/quotes.config.xml' Literal.String
'"' Literal.String
')' Punctuation
';' Punctuation
'\n\n' Text
'# transfer the stock quotes data' Comment.Single
'\n' Text
'TransferLastSnapshot' Name.Function
'(' Punctuation
')' Punctuation
';' Punctuation
'\n\n' Text
'LoadGoogleAnalytics' Name.Function
'(' Punctuation
'configFile' Name.Variable
'=' Operator
'"' Literal.String
'examples/ga/ga.config.xml' Literal.String
'"' Literal.String
',' Punctuation
'username' Name.Variable
'=' Operator
'"' Literal.String
'example@gmail.com' Literal.String
'"' Literal.String
',' Punctuation
'password' Name.Variable
'=' Operator
'"' Literal.String
'******' Literal.String
'"' Literal.String
',' Punctuation
'profileId' Name.Variable
'=' Operator
'"' Literal.String
'ga:7468896' Literal.String
'"' Literal.String
',' Punctuation
'dimensions' Name.Variable
'=' Operator
'"' Literal.String
'ga:date|ga:browser|ga:browserVersion|ga:country|ga:isMobile' Literal.String
'"' Literal.String
',' Punctuation
'metrics' Name.Variable
'=' Operator
'"' Literal.String
'ga:bounces|ga:newVisits|ga:pageViews|ga:visits' Literal.String
'"' Literal.String
',' Punctuation
'startDate' Name.Variable
'=' Operator
'"' Literal.String
'2008-01-01' Literal.String
'"' Literal.String
',' Punctuation
'endDate' Name.Variable
'=' Operator
'"' Literal.String
'2010-06-15' Literal.String
'"' Literal.String
')' Punctuation
';' Punctuation
'\n' Text