summaryrefslogtreecommitdiff
path: root/tests/snippets/procfile/test_basic.txt
blob: 89d413d975c196180022b785653eb6ee2ba43524 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---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