mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-12 12:51:13 -03: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
|