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
1bc7654a
Commit
1bc7654a
authored
Nov 20, 2000
by
Gerd Moellmann
Browse files
(java-keywords): Add MATCH-HIGHLIGHT part for
javadoc tags.
parent
81459ac9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/font-lock.el
lisp/font-lock.el
+2
-1
No files found.
lisp/font-lock.el
View file @
1bc7654a
...
...
@@ -2899,7 +2899,8 @@ See also `java-font-lock-extra-types'.")
"\\|link\\|return\\|see\\|serial\\|serialData\\|serialField"
"\\|since\\|throws"
"\\|version"
"\\)\\>"
))
"\\)\\>"
)
'
(
1
font-lock-constant-face
prepend
))
'
(
"@\\(param\\)\\>[ \t]*\\(\\sw+\\)?"
(
1
font-lock-constant-face
prepend
)
(
2
font-lock-variable-name-face
prepend
t
))
...
...
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