diff options
| author | Matthäus G. Chajdas <dev@anteru.net> | 2021-06-20 12:03:24 +0200 |
|---|---|---|
| committer | Matthäus G. Chajdas <dev@anteru.net> | 2021-06-20 12:03:24 +0200 |
| commit | 59481baacc98118243b0d3dd8c89f4d68a7215cd (patch) | |
| tree | 094edc97e49c719989bf8ca80d3e3c222a2f45af /tests/examplefiles/floscript | |
| parent | 6163b9ed81504b90c0d283c5a0a4cfadc82fcbae (diff) | |
| download | pygments-git-59481baacc98118243b0d3dd8c89f4d68a7215cd.tar.gz | |
Remove unicorn token types (fixes #1816.)
The PR #1819 provides a tool to identify unique token types. This PR
aims to remove the most obvious cases of unicorn styles which are used
in a single lexer only.
Diffstat (limited to 'tests/examplefiles/floscript')
| -rw-r--r-- | tests/examplefiles/floscript/example.flo.output | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/examplefiles/floscript/example.flo.output b/tests/examplefiles/floscript/example.flo.output index 47e11559..b77a0bc9 100644 --- a/tests/examplefiles/floscript/example.flo.output +++ b/tests/examplefiles/floscript/example.flo.output @@ -1,7 +1,7 @@ -'#example mission box1.flo' Comment.Singleline +'#example mission box1.flo' Comment.Single '\n' Text -'#from: https://github.com/ioflo/ioflo' Comment.Singleline +'#from: https://github.com/ioflo/ioflo' Comment.Single '\n' Text '\n' Text |
