elpasync pushed a change to branch elpa/tuareg. from d2b38f0 Remove old Travis CI configuration new 3e943c3 Tests commenting: move the `should' outside `let' new 4e0ff99 Consistently support space-only `comment-continue' on Emacs < 28 new 0fe4473 Improve tuareg.el header new 742037b Update the comment of the code putting 'ocaml error regexp first new 2c75e58 Makefile: remove SMIE toggle new e98e55d Add sample OCaml code to test highlighting new c55a9db Add badges for NonGNU ELPA and Debian new 6357f82 Update OPAM file new de7e6c4 Use the default commenting style & explain how to customize this new f6801c8 Update Tuareg header
Summary of changes: Makefile | 5 +- README.md | 13 +++ sample_highlight.ml | 313 ++++++++++++++++++++++++++++++++++++++++++++++++++++ tuareg-compat.el | 198 +++++++++++++++++++++++++++++++++ tuareg-tests.el | 37 ++++--- tuareg.el | 27 ++--- tuareg.opam | 5 +- 7 files changed, 564 insertions(+), 34 deletions(-) create mode 100644 sample_highlight.ml create mode 100644 tuareg-compat.el