summaryrefslogtreecommitdiff
path: root/tests/examplefiles/javascript+mozpreproc
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2022-12-04 16:03:26 +0100
committerMatthäus G. Chajdas <dev@anteru.net>2022-12-04 16:06:01 +0100
commit8251c40a8b42fd1e3b1d90d30fa9afcff19c1482 (patch)
treeafc63c8aa010a904a3680c0c6b053f19142ec491 /tests/examplefiles/javascript+mozpreproc
parent6abce335cc0dde84567f848f55a1f1e5b69ed98e (diff)
downloadpygments-git-8251c40a8b42fd1e3b1d90d30fa9afcff19c1482.tar.gz
Improve whitespace handling in CMake/RegexLexer.
Diffstat (limited to 'tests/examplefiles/javascript+mozpreproc')
-rw-r--r--tests/examplefiles/javascript+mozpreproc/demo.js.in.output8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/examplefiles/javascript+mozpreproc/demo.js.in.output b/tests/examplefiles/javascript+mozpreproc/demo.js.in.output
index 06ca3718..30c2a3e4 100644
--- a/tests/examplefiles/javascript+mozpreproc/demo.js.in.output
+++ b/tests/examplefiles/javascript+mozpreproc/demo.js.in.output
@@ -5,7 +5,7 @@
'=' Operator
' ' Text.Whitespace
'{' Punctuation
-'\n' Text
+'\n' Text.Whitespace
'#' Comment.Preproc
'if' Comment.Preproc
@@ -21,16 +21,16 @@
':' Operator
' ' Text.Whitespace
"'value'" Literal.String.Single
-'\n' Text
+'\n' Text.Whitespace
'#' Comment.Preproc
'endif' Comment.Preproc
'\n' Text
'}' Punctuation
-'\n' Text
+'\n' Text.Whitespace
'#' Comment.Preproc
'literal' Comment.Preproc
' #foo' Text
-'\n' Text
+'\n' Text.Whitespace