summaryrefslogtreecommitdiff
path: root/tests/examplefiles/scala/package.scala.output
blob: 40acee66feaf2a4dc214b2c472d5248b3018e1d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
'package'     Keyword
'\n'          Text.Whitespace

''            Text
'package'     Keyword
' '           Text.Whitespace
'com'         Name
'\n'          Text

'package'     Keyword
' '           Text.Whitespace
'com'         Name.Namespace
'.'           Punctuation
'example'     Name
'\n'          Text