mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
13 lines
219 B
Plaintext
13 lines
219 B
Plaintext
---input---
|
|
Example
|
|
ServerName localhost
|
|
|
|
---tokens---
|
|
'Example' Name.Builtin
|
|
'\n' Text.Whitespace
|
|
|
|
'ServerName' Name.Builtin
|
|
' ' Text.Whitespace
|
|
'localhost' Text
|
|
'\n' Text.Whitespace
|