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/snippets/scala/test_function_operator_name.txt
2022-01-06 18:34:29 +01:00

18 lines
426 B
Text

---input---
def < (y: String): Boolean
---tokens---
'def' Keyword
' ' Text.Whitespace
'<' Name.Function
' ' Text.Whitespace
'(' Punctuation
'y' Name
':' Punctuation
' ' Text.Whitespace
'String' Name.Class
')' Punctuation
':' Punctuation
' ' Text.Whitespace
'Boolean' Name.Class
'\n' Text.Whitespace