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/macaulay2
Doug Torrance aa385f0d01
Add Macaulay2 lexer (#1791)
* Add Macaulay2 lexer

* Update symbols for Macaulay2 1.18

* Match whitespace characters in Macaulay2 lexer

* Add states for strings/comments in Macaulay2 lexer

* Update Macaulay2 lexer tests for string/comment edge cases

* Improve comment and string matching in Macaulay2 lexer

Instead of matching each character one at a time, we match all
characters without special meaning together.

* Update Macaulay2 test output

* Update Macaulay2 lexer symbols for 1.19 release

* Move "auto-generated" comment in Macaulay2 lexer down a few lines

* Fix underline length in Macaulay2 lexer docstring

* Add url field for Macaulay2 lexer

* Bump copyright year for Macaulay2 lexer
2022-03-31 20:12:27 +02:00
..
test.m2 Add Macaulay2 lexer (#1791) 2022-03-31 20:12:27 +02:00
test.m2.output Add Macaulay2 lexer (#1791) 2022-03-31 20:12:27 +02:00