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/vyper/test.txt
Jean Abou-Samra fb6125146b
Add Vyper lexer (#2531 redux) (#2579)
Co-authored-by: mo <anonmo427@gmail.com>
2023-11-13 21:38:05 +01:00

24 lines
447 B
Text

---input---
log Transfer
event Transfer:
struct Tessst:
---tokens---
'log' Keyword
' ' Text.Whitespace
'Transfer' Name.Class
'\n\n' Text.Whitespace
'event' Keyword
' ' Text.Whitespace
'Transfer' Name.Class
':' Punctuation
'\n\n' Text.Whitespace
'struct' Keyword
' ' Text.Whitespace
'Tessst' Name.Class
':' Punctuation
'\n' Text.Whitespace