mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
3383c003fd
keywords. * sh.syntax: Likewise.
60 lines
2.0 KiB
Plaintext
60 lines
2.0 KiB
Plaintext
2005-07-12 Roland Illig <roland.illig@gmx.de>
|
|
|
|
* perl.syntax: #! lines are marked as contexts instead of
|
|
keywords.
|
|
* sh.syntax: Likewise.
|
|
|
|
2005-07-05 Roland Illig <roland.illig@gmx.de>
|
|
|
|
* html.syntax: Attribute values may also be delimited by single
|
|
quotes.
|
|
* java.syntax: Cleaned up the header comment. Sorted keywords
|
|
alphabetically.
|
|
|
|
2005-07-04 Pavel Roskin <proski@gnu.org>
|
|
|
|
* makefile.syntax: Add all special targets of GNU make.
|
|
|
|
2005-07-03 Roland Illig <roland.illig@gmx.de>
|
|
|
|
* perl.syntax: The inside of qw(...) gets green.
|
|
* c.syntax: The bit-wise and, or, xor, not operators are
|
|
formatted in brightmagenta to make them distinguishable from the
|
|
boolean operators. (This also affects the address-of operator.)
|
|
|
|
2005-06-16 Mykolas Juraitis <mykolas.juraitis@gmail.com>
|
|
|
|
* octave.syntax: Support for Matlab multi line comments
|
|
(starting with '%{' and ending with '%}')
|
|
|
|
2005-06-06 Roland Illig <roland.illig@gmx.de>
|
|
|
|
* makefile.syntax: Added rules for BSD style Makefiles.
|
|
|
|
2005-05-31 Roland Illig <roland.illig@gmx.de>
|
|
|
|
* c.syntax: Added missing punctuation characters.
|
|
|
|
* diff.syntax: Lines starting with a <tab> character are
|
|
displayed like lines starting with a <space>. This is for the
|
|
cvs diff -T option.
|
|
|
|
* makefile.syntax: Highlight $$ (a literal $) in
|
|
brightcyan. This way $${var} is not highlighted as if it were a
|
|
Makefile variables. Also added useful comments before the contexts.
|
|
|
|
2005-05-24 Roland Illig <roland.illig@gmx.de>
|
|
|
|
* python.syntax: Added chunk from Savannah bug #7872. This
|
|
changes the color for """long strings""" from brown to green and
|
|
adds embedded highlighting for escape sequences.
|
|
* Syntax: Added a comment introducing the file format, based on
|
|
the current implementation in edit/syntax.c. Changed the
|
|
first-line regular expressions of sh, perl, python and ruby to
|
|
also match @SH@, @PERL@, @PYTHON@ and @RUBY@.
|
|
|
|
2005-05-24 Roland Illig <roland.illig@gmx.de>
|
|
|
|
* Syntax: Extended the patterns for #! interpreters to match
|
|
almost everything that looks like the interpreter.
|