diff options
author | Matthäus G. Chajdas <dev@anteru.net> | 2022-12-04 16:03:26 +0100 |
---|---|---|
committer | Matthäus G. Chajdas <dev@anteru.net> | 2022-12-04 16:06:01 +0100 |
commit | 8251c40a8b42fd1e3b1d90d30fa9afcff19c1482 (patch) | |
tree | afc63c8aa010a904a3680c0c6b053f19142ec491 /tests/examplefiles/scala/package.scala.output | |
parent | 6abce335cc0dde84567f848f55a1f1e5b69ed98e (diff) | |
download | pygments-git-8251c40a8b42fd1e3b1d90d30fa9afcff19c1482.tar.gz |
Improve whitespace handling in CMake/RegexLexer.
Diffstat (limited to 'tests/examplefiles/scala/package.scala.output')
-rw-r--r-- | tests/examplefiles/scala/package.scala.output | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/examplefiles/scala/package.scala.output b/tests/examplefiles/scala/package.scala.output index 40acee66..e021db58 100644 --- a/tests/examplefiles/scala/package.scala.output +++ b/tests/examplefiles/scala/package.scala.output @@ -5,11 +5,11 @@ 'package' Keyword ' ' Text.Whitespace 'com' Name -'\n' Text +'\n' Text.Whitespace 'package' Keyword ' ' Text.Whitespace 'com' Name.Namespace '.' Punctuation 'example' Name -'\n' Text +'\n' Text.Whitespace |