Files
mercury/vim
Zoltan Somogyi 9a16d92e68 Add support for \e as the escape char, stage 2.
doc/reference_manual.texi:
    Include \e among the list of the escape sequences that are part of Mercury.

NEWS.md:
    Announce the change.

vim/syntax/mercury.vim:
    Color \e as we do other escape sequences.

configure.ac:
    Require the installed compiler to support stage 1.

library/mercury_term_lexer.m:
library/rtti_implementation.m:
library/term_io.m:
    Use \e where appropriate.
2024-05-01 20:22:00 +10:00
..

Mercury Syntax Highlighting Under Vim 6.0+

Please consult doc/mercury.txt for installation and configuration information.