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
60c19d5e
Commit
60c19d5e
authored
Apr 11, 2005
by
Lute Kamstra
Browse files
(rc-generic-mode, rul-generic-mode): Fix auto-mode-alist entries.
(etc-fstab-generic-mode): Tweak fontification.
parent
8016430a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
lisp/generic-x.el
lisp/generic-x.el
+6
-6
No files found.
lisp/generic-x.el
View file @
60c19d5e
...
...
@@ -876,7 +876,7 @@ generic-x to enable the specified modes."
'
(
"^#[ \t]*\\(\\sw+\\)\\>[ \t]*\\(\\sw+\\)?"
(
1
font-lock-constant-face
)
(
2
font-lock-variable-name-face
nil
t
))))
'
(
"\\.[rR][cC]
$
"
)
'
(
"\\.[rR][cC]
\\'
"
)
nil
"Generic mode for MS-Windows Resource files."
:group
'generic-x
))
...
...
@@ -1497,7 +1497,7 @@ generic-x to enable the specified modes."
(
generic-make-keywords-list
installshield-funarg-constants-list
font-lock-variable-name-face
"[^_]"
"[^_]"
)))
; is this face the best choice?
'
(
"\\.[rR][uU][lL]
$
"
)
'
(
"\\.[rR][uU][lL]
\\'
"
)
'
(
generic-rul-mode-setup-function
)
"Generic mode for InstallShield RUL files."
:group
'generic-x
)
...
...
@@ -1675,8 +1675,8 @@ generic-x to enable the specified modes."
"auto"
"ignore"
)
'
((
"^\\([/-A-Za-z0-9_]+\\)\\s-+\\([/-A-Za-z0-9_]+\\)"
(
1
font-lock-type-face
)
(
2
font-lock-variable-name-face
)))
(
1
font-lock-type-face
t
)
(
2
font-lock-variable-name-face
t
)))
'
(
"/etc/[v]*fstab\\'"
)
(
list
(
function
...
...
@@ -1758,7 +1758,7 @@ generic-x to enable the specified modes."
;; List of additional font-lock-expressions
'
((
"\\([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+\\)"
1
font-lock-constant-face
)
(
"^\\([.A-Za-z0-9]+\\)"
1
font-lock-variable-name-face
))
;; List of additional automode-alist expressions
;; List of additional auto
-
mode-alist expressions
nil
;; List of set up functions to call
nil
...
...
@@ -1779,7 +1779,7 @@ generic-x to enable the specified modes."
'
(
"nameserver"
"domain"
"search"
"sortlist"
"options"
)
;; List of additional font-lock-expressions
nil
;; List of additional automode-alist expressions
;; List of additional auto
-
mode-alist expressions
'
(
"/etc/resolv[e]?.conf\\'"
)
;; List of set up functions to call
nil
...
...
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