summaryrefslogtreecommitdiff
path: root/tests/examplefiles/forth
diff options
context:
space:
mode:
authorSebastian Engel <dev@sebastianengel.eu>2021-11-14 19:29:58 +0100
committerSebastian Engel <dev@sebastianengel.eu>2021-11-14 19:29:58 +0100
commitfd21d1fb469f3dd9144c12909e140d159ce7af91 (patch)
tree88a690e50161da5c2c2d278aa6ddd90403bfe787 /tests/examplefiles/forth
parent80e1363d7d05a38cd478f62cad6260e46ed888b2 (diff)
downloadpygments-git-fd21d1fb469f3dd9144c12909e140d159ce7af91.tar.gz
Modernize Whitespace token in lexer: forth
Diffstat (limited to 'tests/examplefiles/forth')
-rw-r--r--tests/examplefiles/forth/demo.frt.output34
1 files changed, 17 insertions, 17 deletions
diff --git a/tests/examplefiles/forth/demo.frt.output b/tests/examplefiles/forth/demo.frt.output
index 53d9d03a..2762d357 100644
--- a/tests/examplefiles/forth/demo.frt.output
+++ b/tests/examplefiles/forth/demo.frt.output
@@ -1,36 +1,36 @@
'2' Literal.Number.Integer
-' ' Text
+' ' Text.Whitespace
'3' Literal.Number.Integer
-' ' Text
+' ' Text.Whitespace
'+' Keyword
-' ' Text
+' ' Text.Whitespace
'CR' Keyword
-' ' Text
+' ' Text.Whitespace
'.' Keyword
-'\n' Text
+'\n' Text.Whitespace
':' Keyword.Namespace
-' ' Text
+' ' Text.Whitespace
'F' Name.Class
-' ' Text
+' ' Text.Whitespace
'( blah )' Comment.Single
-' ' Text
+' ' Text.Whitespace
'DUP' Keyword
-' ' Text
+' ' Text.Whitespace
'DROP' Keyword
-' ' Text
+' ' Text.Whitespace
'1' Literal.Number.Integer
-' ' Text
+' ' Text.Whitespace
'+' Keyword
-' ' Text
+' ' Text.Whitespace
';' Keyword
-'\n' Text
+'\n' Text.Whitespace
'1' Literal.Number.Integer
-' ' Text
+' ' Text.Whitespace
'F' Name.Function
-' ' Text
+' ' Text.Whitespace
'CR' Keyword
-' ' Text
+' ' Text.Whitespace
'.' Keyword
-'\n' Text
+'\n' Text.Whitespace