diff options
author | Fabrizio Riguzzi <fabrizio.riguzzi@unife.it> | 2022-02-20 13:20:18 +0100 |
---|---|---|
committer | Fabrizio Riguzzi <fabrizio.riguzzi@unife.it> | 2022-02-20 13:20:18 +0100 |
commit | 61c78d1effec9b4e80c434320d772eee37a002a0 (patch) | |
tree | 1aa99967ee66eb31e033d63d4b77278e74da2a25 /tests/examplefiles/scala/inheritance.scala.output | |
parent | c9bd789dbb397792f5adf912f8599175066724e9 (diff) | |
parent | 4b8738a825bef845e66ce57d4ca204b584afda08 (diff) | |
download | pygments-git-61c78d1effec9b4e80c434320d772eee37a002a0.tar.gz |
Merge branch 'master' of github.com:pygments/pygments
Diffstat (limited to 'tests/examplefiles/scala/inheritance.scala.output')
-rw-r--r-- | tests/examplefiles/scala/inheritance.scala.output | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/tests/examplefiles/scala/inheritance.scala.output b/tests/examplefiles/scala/inheritance.scala.output index c55eec64..beae9fe4 100644 --- a/tests/examplefiles/scala/inheritance.scala.output +++ b/tests/examplefiles/scala/inheritance.scala.output @@ -1,68 +1,68 @@ '// Extends\n' Comment.Single 'trait' Keyword -' ' Text +' ' Text.Whitespace 'A' Name.Class -' ' Text +' ' Text.Whitespace 'extends' Keyword -' ' Text +' ' Text.Whitespace 'B' Name.Class -'\n' Text +'\n' Text.Whitespace 'trait' Keyword -' ' Text +' ' Text.Whitespace 'A' Name.Class -' ' Text +' ' Text.Whitespace 'extends' Keyword -' ' Text +' ' Text.Whitespace '(' Punctuation 'B' Name.Class -' ' Text +' ' Text.Whitespace '=>' Operator -' ' Text +' ' Text.Whitespace 'B' Name.Class ')' Punctuation '{' Punctuation '}' Punctuation -'\n' Text +'\n' Text.Whitespace 'trait' Keyword -' ' Text +' ' Text.Whitespace 'Color' Name.Class -'\n' Text +'\n' Text.Whitespace 'object' Keyword -' ' Text +' ' Text.Whitespace 'Red' Name.Class -' ' Text +' ' Text.Whitespace 'extends' Keyword -' ' Text +' ' Text.Whitespace 'Color' Name.Class -'\n\n' Text +'\n\n' Text.Whitespace '// Derives\n' Comment.Single 'enum' Keyword -' ' Text +' ' Text.Whitespace 'Tree' Name.Class '[' Punctuation 'T' Name.Class ']' Punctuation -' ' Text +' ' Text.Whitespace 'derives' Keyword -' ' Text +' ' Text.Whitespace 'Eq' Name.Class ',' Punctuation -' ' Text +' ' Text.Whitespace 'Ordering' Name.Class ',' Punctuation -' ' Text +' ' Text.Whitespace 'Show' Name.Class -' ' Text +' ' Text.Whitespace '{' Punctuation -'\n ' Text +'\n ' Text.Whitespace 'case' Keyword -' ' Text +' ' Text.Whitespace 'Branch' Name.Class '[' Punctuation 'T' Name.Class @@ -70,24 +70,24 @@ '(' Punctuation 'left' Name ':' Punctuation -' ' Text +' ' Text.Whitespace 'Tree' Name.Class '[' Punctuation 'T' Name.Class ']' Punctuation ',' Punctuation -' ' Text +' ' Text.Whitespace 'right' Name ':' Punctuation -' ' Text +' ' Text.Whitespace 'Tree' Name.Class '[' Punctuation 'T' Name.Class ']' Punctuation ')' Punctuation -'\n ' Text +'\n ' Text.Whitespace 'case' Keyword -' ' Text +' ' Text.Whitespace 'Leaf' Name.Class '[' Punctuation 'T' Name.Class @@ -95,10 +95,10 @@ '(' Punctuation 'elem' Name ':' Punctuation -' ' Text +' ' Text.Whitespace 'T' Name.Class ')' Punctuation -'\n' Text +'\n' Text.Whitespace '}' Punctuation -'\n' Text +'\n' Text.Whitespace |