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/apl/test_leading_underscore.txt
Sebastian Engel 907df2c247
Whitespace token modernization - a* lexers - regarding #1905 (#1914)
* Whitespace token modernization - ambient lexer

* Whitespace token modernization - ampl lexer

* Whitespace token modernization - apdlexer lexer

* Whitespace token modernization - apl lexer

* Whitespace token modernization - adl lexer

* Whitespace token modernization - arrow lexer

* Whitespace token modernization - asm lexer
2021-10-23 13:07:34 +02:00

26 lines
766 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---input---
_op_←{_← ⍵⋄( )+⍵⍵ ⍵}
---tokens---
'_op_' Name.Variable
'←' Keyword.Declaration
'{' Keyword.Type
'_' Name.Variable
'←' Keyword.Declaration
'' Name.Builtin.Pseudo
' ' Text.Whitespace
'⍵' Name.Builtin.Pseudo
'⋄' Punctuation
'(' Punctuation
'' Name.Builtin.Pseudo
'' Name.Builtin.Pseudo
' ' Text.Whitespace
'' Name.Builtin.Pseudo
')' Punctuation
'+' Operator
'⍵' Name.Builtin.Pseudo
'⍵' Name.Builtin.Pseudo
' ' Text.Whitespace
'⍵' Name.Builtin.Pseudo
'}' Keyword.Type
'\n' Text.Whitespace