mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
16 lines
315 B
Plaintext
16 lines
315 B
Plaintext
|
---input---
|
||
|
task: executable --options
|
||
|
$XDG_SESSION_PATH
|
||
|
|
||
|
---tokens---
|
||
|
'task' Name.Label
|
||
|
':' Punctuation
|
||
|
' ' Text.Whitespace
|
||
|
'executable' Text
|
||
|
' ' Text.Whitespace
|
||
|
'--options' Text
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'$XDG_SESSION_PATH' Name.Variable
|
||
|
'\n' Text.Whitespace
|