Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5d1c5247
Commit
5d1c5247
authored
Nov 23, 2001
by
Francesco Potortì
Browse files
(mailrc-generic-mode): Highlight the `source' keyword.
parent
28ff4293
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
lisp/ChangeLog
lisp/ChangeLog
+7
-3
lisp/generic-x.el
lisp/generic-x.el
+4
-1
No files found.
lisp/ChangeLog
View file @
5d1c5247
2001-11-23 Francesco Potorti` <pot@gnu.org>
* generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
2001-11-22 Colin Walters <walters@debian.org>
* calc/calc-misc.el (report-calc-bug): Use `reporter-prompt-for-summary-p'.
...
...
@@ -6,7 +10,7 @@
2001-11-22 Miles Bader <miles@gnu.org>
* emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
* emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
(reb-match-2, reb-match-3): Add dark-background variants.
2001-11-22 Colin Walters <walters@debian.org>
...
...
@@ -14,7 +18,7 @@
* calc/calc-misc.el (calc-info): Don't perform voodoo, just
(info "Calc").
(report-calc-bug): Use reporter.el.
* mail/reporter.el (reporter-submit-bug-report): Doc fixes.
2001-11-21 Richard M. Stallman <rms@gnu.org>
...
...
@@ -25,7 +29,7 @@
(which-func-update): Handle all visible windows.
(which-func-update-1): New subroutine broken out of which-func-update.
* files.el (temporary-file-directory, null-device)
* files.el (temporary-file-directory, null-device)
(small-temporary-file-directory): Definitions moved up.
* progmodes/cperl-mode.el (cperl-problems, cperl-tips)
...
...
lisp/generic-x.el
View file @
5d1c5247
...
...
@@ -1482,12 +1482,15 @@ you must reload generic-x to enable the specified modes."
"if"
"ignore"
"set"
"source"
"unset"
)
'
((
"^\\s-*\\(alias\\|group\\)\\s-+\\([-A-Za-z0-9_]+\\)\\s-+\\([^\n\r#]*\\)\\(#.*\\)?$"
(
2
font-lock-constant-face
)
(
3
font-lock-variable-name-face
))
(
"^\\s-*\\(unset\\|set\\|ignore\\)\\s-+\\([-A-Za-z0-9_]+\\)=?\\([^\n\r#]*\\)\\(#.*\\)?$"
(
2
font-lock-constant-face
)
(
3
font-lock-variable-name-face
)))
(
2
font-lock-constant-face
)
(
3
font-lock-variable-name-face
))
(
"^\\s-*\\(source\\)\\s-+\\([^\n\r#]*\\)\\(#.*\\)?$"
(
2
font-lock-variable-name-face
)))
(
list
"\\.mailrc\\'"
)
nil
"Mode for mailrc files."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment