summaryrefslogtreecommitdiffstats
path: root/tests/snippets/csound/test_labels.txt
blob: afa6be92b2901eecee394ac0fc7dfe65aece2057 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---input---
aLabel:
 label2:

---tokens---
'aLabel'      Name.Label
':'           Punctuation
'\n'          Text.Whitespace

' '           Text.Whitespace
'label2'      Name.Label
':'           Punctuation
'\n'          Text.Whitespace