diff options
| author | Sebastian Engel <dev@sebastianengel.eu> | 2022-01-06 19:06:03 +0100 |
|---|---|---|
| committer | Sebastian Engel <dev@sebastianengel.eu> | 2022-01-06 19:06:03 +0100 |
| commit | 63a24f39a0b191404b22cb57f2f4abec83fe55cd (patch) | |
| tree | c7e90c17083f236d33cbe00256c226d23d531259 /tests/examplefiles/lilypond | |
| parent | 057533f42e7ef974cf9273fafdcaa730ef9df436 (diff) | |
| download | pygments-git-63a24f39a0b191404b22cb57f2f4abec83fe55cd.tar.gz | |
Whitespace token for lisp lexers
Diffstat (limited to 'tests/examplefiles/lilypond')
| -rw-r--r-- | tests/examplefiles/lilypond/example.ly.output | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/tests/examplefiles/lilypond/example.ly.output b/tests/examplefiles/lilypond/example.ly.output index e82aa6a4..b1388534 100644 --- a/tests/examplefiles/lilypond/example.ly.output +++ b/tests/examplefiles/lilypond/example.ly.output @@ -109,59 +109,59 @@ '\n' Whitespace '#' Punctuation -' ' Text +' ' Text.Whitespace '#;(' Comment 'This is a commented form. After it, we are still in Scheme mode.' Comment ')' Comment -'\n' Text +'\n' Text.Whitespace '(' Punctuation 'define-music-function' Name.Builtin.SchemeFunction -' ' Text +' ' Text.Whitespace '(' Punctuation 'music' Name.Function -' ' Text +' ' Text.Whitespace 'n' Name.Variable ')' Punctuation -' ' Text +' ' Text.Whitespace '(' Punctuation 'ly:music?' Name.Builtin.SchemeFunction -' ' Text +' ' Text.Whitespace 'index?' Name.Builtin.SchemeFunction ')' Punctuation -'\n ' Text +'\n ' Text.Whitespace '(' Punctuation 'let* ' Keyword '(' Punctuation '(' Punctuation 'repeated' Name.Function -' ' Text +' ' Text.Whitespace '(' Punctuation 'make-list' Name.Function -' ' Text +' ' Text.Whitespace 'n' Name.Variable -' ' Text +' ' Text.Whitespace 'music' Name.Variable ')' Punctuation ')' Punctuation -'\n ' Text +'\n ' Text.Whitespace '(' Punctuation 'copied' Name.Function -' ' Text +' ' Text.Whitespace '(' Punctuation 'map ' Name.Builtin.SchemeBuiltin 'ly:music-deep-copy' Name.Builtin.SchemeFunction -' ' Text +' ' Text.Whitespace 'repeated' Name.Variable ')' Punctuation ')' Punctuation ')' Punctuation -'\n ' Text +'\n ' Text.Whitespace '; This is a Scheme comment.' Comment.Single -'\n ' Text +'\n ' Text.Whitespace '(' Punctuation 'make-sequential-music' Name.Builtin.SchemeFunction -' ' Text +' ' Text.Whitespace 'copied' Name.Variable ')' Punctuation ')' Punctuation @@ -176,15 +176,15 @@ '#' Punctuation '(' Punctuation 'define-music-function' Name.Builtin.SchemeFunction -' ' Text +' ' Text.Whitespace '(' Punctuation 'music' Name.Function ')' Punctuation -' ' Text +' ' Text.Whitespace '(' Punctuation 'ly:music?' Name.Builtin.SchemeFunction ')' Punctuation -'\n ' Text +'\n ' Text.Whitespace '#{' Punctuation '\n ' Whitespace '% LilyPond syntax here.' Comment.Single @@ -198,12 +198,12 @@ '1' Literal.Number '\n ' Whitespace '#' Punctuation -' ' Text +' ' Text.Whitespace '; Scheme syntax again.' Comment.Single -'\n ' Text +'\n ' Text.Whitespace '(' Punctuation 'ly:music-deep-copy' Name.Builtin.SchemeFunction -' ' Text +' ' Text.Whitespace 'music' Name.Variable ')' Punctuation '\n ' Whitespace @@ -214,34 +214,34 @@ '#' Punctuation '(' Punctuation 'define-markup-command' Name.Builtin.SchemeFunction -' ' Text +' ' Text.Whitespace '(' Punctuation 'small-italic' Name.Function -' ' Text +' ' Text.Whitespace 'layout' Name.Variable -' ' Text +' ' Text.Whitespace 'props' Name.Variable -' ' Text +' ' Text.Whitespace 'arg' Name.Variable ')' Punctuation -' ' Text +' ' Text.Whitespace '(' Punctuation 'markup?' Name.Builtin.SchemeFunction ')' Punctuation -'\n ' Text +'\n ' Text.Whitespace '(' Punctuation 'interpret-markup' Name.Builtin.SchemeFunction -' ' Text +' ' Text.Whitespace 'layout' Name.Variable -' ' Text +' ' Text.Whitespace 'props' Name.Variable -'\n ' Text +'\n ' Text.Whitespace '(' Punctuation 'make-small-markup' Name.Builtin.SchemeFunction -' ' Text +' ' Text.Whitespace '(' Punctuation 'make-italic-markup' Name.Builtin.SchemeFunction -' ' Text +' ' Text.Whitespace 'arg' Name.Variable ')' Punctuation ')' Punctuation @@ -302,7 +302,7 @@ '#' Punctuation '(' Punctuation 'symbol->string' Name.Variable -' ' Text +' ' Text.Whitespace "'some-symbol" Literal.String.Symbol ')' Punctuation '\n\n' Whitespace |
