aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/generic-x.el
Commit message (Collapse)AuthorAgeFilesLines
* javascript-generic-mode: Added C style block comment as used in ECMA-262Steven Tamm2002-12-101-1/+1
|
* Add "no-byte-compile: t" in first line.Juanma Barranquero2002-10-011-1/+1
|
* * generic-x.el (apache-conf-generic-mode): Highlight the firstFrancesco Potortì2002-01-211-1/+1
| | | | word in a line even if preceded by blanks.
* (various face definitions): Use :weight, not :bold.Richard M. Stallman2001-12-311-6/+6
|
* (mailrc-generic-mode): Highlight the `source' keyword.Francesco Potortì2001-11-231-1/+4
|
* Removed eval-when-compile statements from rul-generic-modePeter Breton2000-10-081-12/+9
|
* (rul-generic-mode): Removed one eval-when-compilePeter Breton2000-10-041-4/+3
| | | | which caused a max-specpdl-size exceeded error.
* * generic-x.el (apache-conf-generic-mode):Peter Breton2000-10-041-36/+72
| | | | | | | | | | 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.
* (bat-generic-mode-keymap): Added thio variablePeter Breton1999-10-161-0/+41
| | | | | (bat-generic-mode-compile): Added this function (bat-generic-mode-run-as-comint): Added this function
* Added new InstallShield keywords.Peter Breton1999-10-161-143/+410
| | | | | | | | | | | | | 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
* (bat-generic-mode): "::"-style comments don'tRichard M. Stallman1999-09-091-9/+3
| | | | | | 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.
* (generic-define-unix-modes): Added new modes:Richard M. Stallman1999-09-081-24/+220
| | | | | | | | | | | | | | | | 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.
* Commentary clarification.Dave Love1999-01-101-0/+4
|
* (bat-generic-mode): Fix regexps for keywords andEli Zaretskii1998-10-061-20/+51
| | | | built-in commands. Add more built-in commands and fix face names.
* *** empty log message ***Dan Nicolaescu1998-05-171-1/+2
|
* (generic-x): Added defgroup declaration.Richard M. Stallman1998-05-051-530/+556
| | | | | | | | | | | | | | | | | | | | (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.
* (rul-generic-mode): Use font-lock-builtin-face,Richard M. Stallman1998-04-031-1/+1
| | | | not font-lock-em[hasized-face.
* Initial revisionRichard M. Stallman1998-03-171-0/+1246