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
352e62b7
Commit
352e62b7
authored
Mar 02, 1995
by
Simon Marshall
Browse files
Use font-lock-maximum-decoration to set ada-font-lock-keywords.
parent
c1a644d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/ada.el
lisp/ada.el
+3
-1
No files found.
lisp/ada.el
View file @
352e62b7
...
...
@@ -140,7 +140,9 @@ This does fairly subdued highlighting.")
"For consideration as a value of `ada-font-lock-keywords'.
This does a lot more highlighting."
)
(
defvar
ada-font-lock-keywords
ada-font-lock-keywords-1
(
defvar
ada-font-lock-keywords
(
if
font-lock-maximum-decoration
ada-font-lock-keywords-2
ada-font-lock-keywords-1
)
"Additional expressions to highlight in Ada mode."
)
(
defvar
ada-mode-map
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