Commit Graph

35 Commits

Author SHA1 Message Date
Andrew V. Samoilov
6fd3330f37 * syntax/Syntax: Replace ^Syntax$ with [Ss]yntax$ and add
first line regular expression.
2002-03-27 15:35:52 +00:00
Andrew V. Samoilov
6b6a850816 * syntax/Syntax: Match ^Syntax$ for Syntax Highlighting. 2002-03-22 08:46:53 +00:00
Andrew V. Samoilov
a2bd191696 * syntax/c.syntax: Highlight "%p" printf format.
Allow '*' as width and precision for strings and numbers.
2002-03-21 08:01:14 +00:00
Pavel Roskin
764730910e * syntax/Syntax: Known Delphi/Kylix source file extensions
supported (*.dpr, *.inc).
* syntax/pascal.syntax: Many new (Delphi/Kylix) keywords added.
Special highlighting of CVS macros.  Understands single-line
comments (//).
2002-01-28 22:37:36 +00:00
Pavel Roskin
e97b30ad04 * syntax/xml.syntax: New file - hightlighting for XML.
From Petr Kozelka <pkozelka@centrum.cz>
* syntax/Syntax: Add xml.syntax.
* syntax/Makefile.am: Likewise.
2002-01-11 05:51:32 +00:00
Pavel Roskin
5062e120a5 * syntax/sh.syntax: Highlight reserved words inside backticks.
Use the same wholechars settings for reserved words and
commands.  Recognize more words.  Recognize function definitions
without "function" or without "()".  Use brightmagenta instead
of brightblue.
2001-10-19 07:37:49 +00:00
Pavel Roskin
419a1aa3dc * syntax/php.syntax: Replace with a better implementation by
Max Schedriviy <max@tavrida.net>
2001-09-19 04:52:47 +00:00
Pavel Roskin
fad8bcf073 * syntax/Syntax: New file, extracted from edit/syntax.c.
* syntax/Makefile.am: Add Syntax.
2001-09-11 21:42:13 +00:00
Pavel Roskin
7a9716e6a9 * syntax/php.syntax: New file - PHP file highlighting. Copied
from Cooledit 3.17.4.
* syntax/Makefile.am: Add php.syntax.
2001-09-06 05:29:07 +00:00
Pavel Roskin
4d3dbca660 * syntax/changelog.syntax: Fix highlighting of functions. Relax
strictness for dates.
2001-09-05 01:50:02 +00:00
Pavel Roskin
3fe54a54a0 * syntax/sh.syntax: Require two '<' before EOF. Recognize END
like EOF.
2001-08-28 08:11:05 +00:00
Pavel Roskin
b8e5a09b30 * syntax/changelog.syntax: Don't require '@' to be in the
address.  This also works around a bug in the syntax engine
that prevented highlighting of addresses.
2001-08-26 08:14:27 +00:00
Pavel Roskin
d262beb82a * syntax/po.syntax: New file - PO file highlighting.
From David Martin <dmartina@excite.es>
* syntax/Makefile.am: Add po.syntax.
2001-08-17 14:23:47 +00:00
Pavel Roskin
61128e5858 * syntax/slang.syntax: New file.
From Walery Studennikov <despair@sama.ru>
* syntax/Makefile.am: Add slang.syntax.
2001-07-29 14:49:18 +00:00
Pavel Roskin
59d332e0d9 * gtkedit/syntax.c (syntax_text): Add support for Octave files.
* syntax/octave.syntax: New file. From Walery Studennikov.
* syntax/Makefile.am: Add octave.syntax.
2001-05-26 22:40:09 +00:00
Pavel Roskin
2977f95a1f * syntax/changelog.syntax: Require space after asterisk to have
it highlighted.
2001-03-07 21:10:29 +00:00
Pavel Roskin
fe79f3e017 More files to ignore 2000-08-24 22:28:49 +00:00
Pavel Roskin
28fbbcf3cd Fixed "make dist" 2000-08-24 16:42:43 +00:00
Pavel Roskin
4f06791b5f * syntax/Makefile.in: converted to ...
* syntax/Makefile.am: ... this
2000-08-24 16:40:44 +00:00
Pavel Roskin
9ae68cd8bc * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
indicate serious problems. Fixes for uninstall.
* doc/Makefile.in: Rebuild if it is out of date.
2000-08-15 16:56:33 +00:00
Pavel Roskin
117d12864d * syntax/diff.syntax: Highlight lines beginning with "File",
"Files" and "Binary"
        * syntax/makefile.syntax: Highlight "ifndef"
        * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
        highlighted)
2000-05-31 03:29:31 +00:00
Timur Bakeyev
5a05c13a07 2000-04-14 Timur Bakeyev <mc@bat.ru>
* syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
	added 'and', 'or', 'not', 'for' keywords.
2000-04-14 01:20:46 +00:00
Paul Sheer
0c4d1838cf removes `brightwhite' from syntax files 2000-02-25 13:43:41 +00:00
Pavel Roskin
6521c7afbd * gtkedit/syntax.c: treat *.ads as Ada source
* syntax/ada95.syntax: escape "+" and "*"
        * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
        * syntax/Makefile.in: remove diffc.syntax
2000-02-25 05:24:30 +00:00
Paul Sheer
cbb0435c9e syntax file updates and fixes. addition of fortran syntax file 2000-02-18 11:13:10 +00:00
Elliot Lee
0bd6d7504a Have 'make dist' work with builddir != srcdir. 1999-08-19 20:17:40 +00:00
Miguel de Icaza
f503de5232 1999-07-27 Federico Mena Quintero <federico@nuclecu.unam.mx>
* syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
	to the list.
1999-07-27 23:07:05 +00:00
Paul Sheer
dfafd0e6fc bug fixes in syntax rules 1999-07-21 20:14:08 +00:00
Paul Sheer
dc4aa96d37 syntax rule updates for mcedit - reflects cooledit 3.11.6 1999-07-21 19:56:42 +00:00
Paul Sheer
2aa5dddc8f added new syntax rules for mcedit 1999-07-21 19:55:50 +00:00
Paul Sheer
65e191ed02 added new syntax highlighting rules for mcedit 1999-07-21 19:54:02 +00:00
Kjartan Maraas
1e0c240e49 1999-05-31 Kjartan Maraas <kmaraas@online.no>
* .cvsignore: added this and put Makefile in it.
1999-05-31 19:15:28 +00:00
Timur Bakeyev
196eeed2f8 Makefile.in, as requested.. 1999-03-21 22:44:09 +00:00
Paul Sheer
1dc5e859a4 *** empty log message *** 1999-03-21 02:10:04 +00:00
Paul Sheer
ec66f5e6ab syntax rules now seperated out into these files 1999-03-21 02:02:08 +00:00