diff options
author | Maxime Kjaer <maxime.kjaer@gmail.com> | 2021-03-01 11:39:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-01 11:39:20 +0100 |
commit | 37113b095ee9a445187a8478589010347b7a9687 (patch) | |
tree | 29538f8314345a1a4bcb62406dd58b336107f0a2 /tests/examplefiles/scala/end-soft-keyword.scala | |
parent | c1a0d82acbe6fa026a1f6843fee00cc1df626549 (diff) | |
download | pygments-git-37113b095ee9a445187a8478589010347b7a9687.tar.gz |
Rewrite Scala lexer for Scala 3 (#1694)
Diffstat (limited to 'tests/examplefiles/scala/end-soft-keyword.scala')
-rw-r--r-- | tests/examplefiles/scala/end-soft-keyword.scala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/examplefiles/scala/end-soft-keyword.scala b/tests/examplefiles/scala/end-soft-keyword.scala new file mode 100644 index 00000000..f734e423 --- /dev/null +++ b/tests/examplefiles/scala/end-soft-keyword.scala @@ -0,0 +1 @@ +end + 2
\ No newline at end of file |