1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
Steven Tamm
3ce073568e javascript-generic-mode: Added C style block comment as used in ECMA-262 2002-12-10 16:57:48 +00:00
Juanma Barranquero
0a10297a06 Add "no-byte-compile: t" in first line. 2002-10-01 17:06:54 +00:00
Francesco Potortì
17f8ff6af5 * generic-x.el (apache-conf-generic-mode): Highlight the first
word in a line even if preceded by blanks.
2002-01-21 12:49:11 +00:00
Richard M. Stallman
1fd714a410 (various face definitions): Use :weight, not :bold. 2001-12-31 20:44:44 +00:00
Francesco Potortì
5d1c524737 (mailrc-generic-mode): Highlight the `source' keyword. 2001-11-23 09:36:24 +00:00
Peter Breton
4e953aff35 Removed eval-when-compile statements from rul-generic-mode 2000-10-08 12:24:23 +00:00
Peter Breton
b9dccd9ea5 (rul-generic-mode): Removed one eval-when-compile
which caused a max-specpdl-size exceeded error.
2000-10-04 04:55:12 +00:00
Peter Breton
7aeb9d6fd7 * generic-x.el (apache-conf-generic-mode):
Regexp now allows leading whitespace.
(rc-generic-mode): Added eval-when-compile
around generic-make-keywords-list.
Deleted duplicate regexp
(rul-generic-mode): Added eval-when-compile
around generic-make-keywords-list.
(etc-fstab-generic-mode): New generic mode.
2000-10-04 04:45:55 +00:00
Peter Breton
01fdb1dd73 (bat-generic-mode-keymap): Added thio variable
(bat-generic-mode-compile): Added this function
(bat-generic-mode-run-as-comint): Added this function
1999-10-16 04:11:07 +00:00
Peter Breton
ffe0c7efca Added new InstallShield keywords.
Change font-lock-reference-face to font-lock-constant-face throughout.

(resolve-conf-generic-mode): Added this mode.
(named-database-generic-mode): Added this mode.
(named-boot-generic-mode): Added this mode.
(apache-conf-generic-mode): Added Directories and Locations to imenu-generic-expression.
(generic-define-mswindows-modes): Added apache-conf-generic-mode and apache-log-generic-mode.
(generic-define-unix-modes): Added apache-conf-generic-mode and apache-log-generic-mode.
(apache-conf-generic-mode): This new mode replaces apache-generic-mode.
(apache-log-generic-mode): Added this generic-mode
1999-10-16 03:59:43 +00:00
Richard M. Stallman
774b98f30d (bat-generic-mode): "::"-style comments don't
need to begin with "-".  Fix the font-lock definitions of ON/OFF
after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
from the list of keywords.  Add DO to the list of keywords.
1999-09-09 21:03:07 +00:00
Richard M. Stallman
bb53e1ee9a (generic-define-unix-modes): Added new modes:
inetd-conf-generic-mode, etc-services-generic-mode,
etc-passwd-generic-mode.  These are all defined for Unix by default.
(apache-generic-mode): Use an imenu-generic-expression to list
Configuration keywords.
(samba-generic-mode): Use both ; and # as comment characters.
(samba-generic-mode): Font-lock expressions now highlight name value pairs.
(bat-generic-mode): Keywords are now case-insensitive through
font-lock-defaults setting.
(java-properties-generic-mode): Supports both ! and # as comment characters.
(java-properties-generic-mode): Added an imenu-generic-expression
(java-properties-generic-mode): Reworked to support the various
different ways to separate name and value (viz, '=', ':' and whitespace).
(show-tabs-generic-mode): Added this new generic-mode.
1999-09-08 07:32:49 +00:00
Dave Love
762f539bd4 Commentary clarification. 1999-01-10 18:21:58 +00:00
Eli Zaretskii
60bdd17f96 (bat-generic-mode): Fix regexps for keywords and
built-in commands.  Add more built-in commands and fix face names.
1998-10-06 12:19:11 +00:00
Dan Nicolaescu
10714c98bf *** empty log message *** 1998-05-17 02:09:05 +00:00
Richard M. Stallman
ef1c5063e5 (generic-x): Added defgroup declaration.
(generic-bat-mode-setup-function): Fixed comment-start variable.

(generic-define-mswindows-modes): Enable
hosts-generic-mode and apache-generic-mode.
(generic-define-unix-modes): Enable alias-generic-mode.
(java-properties-generic-mode): Changed regexp to allow property
and value to be separated by whitespace or an equal sign.
(alias-generic-mode): Check generic-extras-enable-list before
defining this mode.

(installshield-statement-keyword-list): New variable.
(installshield-system-functions-list): Likewise.
(installshield-system-variables-list): Likewise.
(installshield-types-list): Likewise.
(installshield-funarg-constants-list): Likewise.
(rul-generic-mode): Uses the variables listed above instead of
hard-coding the lists of keywords.
1998-05-05 19:26:50 +00:00
Richard M. Stallman
18e5a64ad6 (rul-generic-mode): Use font-lock-builtin-face,
not font-lock-em[hasized-face.
1998-04-03 04:40:40 +00:00
Richard M. Stallman
ca1e63a5a5 Initial revision 1998-03-17 23:49:33 +00:00