mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
25 lines
549 B
Plaintext
25 lines
549 B
Plaintext
---input---
|
|
opcode/**/aUDO,/**/i[],/**/aik//
|
|
aUDO
|
|
endop
|
|
|
|
---tokens---
|
|
'opcode' Keyword.Declaration
|
|
'/**/' Comment.Multiline
|
|
'aUDO' Name.Function
|
|
',' Punctuation
|
|
'/**/' Comment.Multiline
|
|
'i[]' Keyword.Type
|
|
',' Punctuation
|
|
'/**/' Comment.Multiline
|
|
'aik' Keyword.Type
|
|
'//' Comment.Single
|
|
'\n' Text.Whitespace
|
|
|
|
' ' Text.Whitespace
|
|
'aUDO' Name.Function
|
|
'\n' Text.Whitespace
|
|
|
|
'endop' Keyword.Declaration
|
|
'\n' Text.Whitespace
|