mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
10 lines
170 B
Plaintext
10 lines
170 B
Plaintext
|
---input---
|
||
|
@import ModuleA;
|
||
|
|
||
|
---tokens---
|
||
|
'@import' Keyword
|
||
|
' ' Text.Whitespace
|
||
|
'ModuleA' Name
|
||
|
';' Punctuation
|
||
|
'\n' Text.Whitespace
|