This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/examplefiles/scilab/foo.sce.output
Matthäus G. Chajdas 906d3ce318 Improve SciLab lexer.
* Correctly tag whitespace
* Merge multiple whitespace tokens
* Merge multiple punctuation characters into one token
2021-11-06 14:43:22 +01:00

21 lines
533 B
Text
Generated

'// Scilab' Comment.Single
'\n' Text.Whitespace
'//' Comment.Single
'\n' Text.Whitespace
'disp' Name.Builtin
'(' Punctuation
'%pi' Name.Constant
');' Punctuation
'\n\n' Text.Whitespace
'assert_checkequal' Name.Builtin
'(' Punctuation
'2' Literal.Number.Integer
'+' Operator
'2' Literal.Number.Integer
',' Punctuation
'4' Literal.Number.Integer
');' Punctuation
'\n' Text.Whitespace