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/as3/as3_test3.as.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

34 lines
892 B
Text
Generated

'protected' Keyword.Declaration
' ' Text.Whitespace
'function ' Keyword.Declaration
'remote' Name.Function
'(' Operator
'method' Name
' ' Text.Whitespace
':' Operator
' ' Text.Whitespace
'String' Keyword.Type
',' Operator
' ' Text.Whitespace
'...' Punctuation
'args' Name
' ' Text.Whitespace
':' Operator
' ' Text.Whitespace
'Array' Keyword.Type
')' Operator
' ' Text.Whitespace
':' Operator
' ' Text.Whitespace
'Boolean' Keyword.Type
' ' Text.Whitespace
'{' Operator
'\n ' Text.Whitespace
'return' Keyword
' ' Text.Whitespace
'true' Keyword.Constant
';' Operator
'\n' Text.Whitespace
'}' Operator
'\n' Text.Whitespace