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/ocaml
François Pottier c097c926d4
A couple small fixes in the OCaml lexer. (#2521)
* Remove "value" from the keywords.

"value" is not a keyword in OCaml.
It was once a keyword in the so-called "revised" syntax of OCaml,
but this syntax was never mainstream and is now essentially extinct.

* Add "and" to the keywords.

"and" is a keyword in OCaml.
It is used e.g. in "let x = 0 and y = 1".
It is not an infix operator.
2023-09-25 10:19:28 +02:00
..
format.ml Also add auto-updatable output-based tests to examplefiles (#1689) 2021-01-20 10:48:45 +01:00
format.ml.output A couple small fixes in the OCaml lexer. (#2521) 2023-09-25 10:19:28 +02:00