diff options
Diffstat (limited to 'tests/examplefiles/vim')
-rw-r--r-- | tests/examplefiles/vim/vimrc.output | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/examplefiles/vim/vimrc.output b/tests/examplefiles/vim/vimrc.output index 9c436ee9..e295489b 100644 --- a/tests/examplefiles/vim/vimrc.output +++ b/tests/examplefiles/vim/vimrc.output @@ -65,16 +65,16 @@ 'python' Keyword '<<' Operator 'E OF' Text -'\n' Text +'\n' Text.Whitespace 'print' Name.Builtin ' ' Text '"""' Literal.String.Double 'my script' Literal.String.Double '"""' Literal.String.Double -'\n' Text +'\n' Text.Whitespace -'\n' Text +'\n' Text.Whitespace 'def' Keyword ' ' Text @@ -83,17 +83,17 @@ 'str' Name.Builtin ')' Punctuation ':' Punctuation -'\n' Text +'\n' Text.Whitespace -' ' Text +' ' Text.Whitespace '""" My Function """' Literal.String.Doc -'\n' Text +'\n' Text.Whitespace ' ' Text 'print' Name.Builtin ' ' Text 'str' Name.Builtin -'\n' Text +'\n' Text.Whitespace 'E OF' Text '\n' Text.Whitespace |