summaryrefslogtreecommitdiff
path: root/tests/examplefiles/scala/package.scala.output
blob: e021db5894038c387290213686e23653461b374e (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.Whitespace

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