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/rb/ruby_func_def.rb.output
2022-12-04 15:36:16 +01:00

72 lines
1.9 KiB
Text
Generated

'class' Keyword
' ' Text.Whitespace
'(' Punctuation
'get_foo' Name
'(' Operator
'"' Literal.String.Double
'blub' Literal.String.Double
'"' Literal.String.Double
')' Punctuation
')' Punctuation
'::' Operator
'Foo' Name.Class
'\n ' Text.Whitespace
'def' Keyword
' ' Text.Whitespace
'(' Punctuation
'foo' Name
'(' Operator
'"' Literal.String.Double
'bar' Literal.String.Double
'"' Literal.String.Double
')' Punctuation
' ' Text.Whitespace
'+' Operator
' ' Text.Whitespace
'bar' Name
'(' Operator
'"' Literal.String.Double
'baz' Literal.String.Double
'"' Literal.String.Double
')' Punctuation
')' Punctuation
'.' Operator
'something' Name.Function
' ' Text.Whitespace
'argh' Name
',' Punctuation
' ' Text.Whitespace
'aaahaa' Name
'\n ' Text.Whitespace
'42' Literal.Number.Integer
'\n ' Text.Whitespace
'end' Keyword
'\n' Text.Whitespace
'end' Keyword
'\n\n' Text.Whitespace
'class' Keyword
' ' Text.Whitespace
'get_the_fuck' Name
'(' Punctuation
'"' Literal.String.Double
'out' Literal.String.Double
'"' Literal.String.Double
')' Punctuation
'::' Operator
'Of' Name.Constant
'::' Operator
'My' Name.Constant
'\n ' Text.Whitespace
'def' Keyword
' ' Text.Whitespace
'parser_definition' Name.Function
'\n ' Text.Whitespace
'ruby!' Name
'\n ' Text.Whitespace
'end' Keyword
'\n' Text.Whitespace
'end' Keyword
'\n' Text.Whitespace