mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
16 lines
327 B
Plaintext
16 lines
327 B
Plaintext
---input---
|
|
signal sig (arg1, arg2)
|
|
|
|
---tokens---
|
|
'signal' Keyword
|
|
' ' Text.Whitespace
|
|
'sig' Name
|
|
' ' Text.Whitespace
|
|
'(' Punctuation
|
|
'arg1' Name
|
|
',' Punctuation
|
|
' ' Text.Whitespace
|
|
'arg2' Name
|
|
')' Punctuation
|
|
'\n' Text.Whitespace
|