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
9ed9fd35
Commit
9ed9fd35
authored
May 05, 2005
by
Daniel Pfeiffer
Browse files
Avoid $! for font-lock-negation-char-face.
parent
b854556f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/progmodes/cperl-mode.el
lisp/progmodes/cperl-mode.el
+2
-2
No files found.
lisp/progmodes/cperl-mode.el
View file @
9ed9fd35
...
...
@@ -4752,8 +4752,8 @@ indentation and initial hashes. Behaves usually outside of comment."
3
font-lock-variable-name-face
)))
'
(
"\\<for\\(each\\)?\\([ \t]+\\(my\\|local\\|our\\)\\)?[ \t]*\\(\\$[a-zA-Z_][a-zA-Z_0-9]*\\)[ \t]*("
4
font-lock-variable-name-face
)
;; Avoid s!!, qq!! etc. when not fontifying syntaxically
'
(
"\\(?:^\\|[^smywqrx]\\)\\(!\\)"
1
font-lock-negation-char-face
)
;; Avoid
$!, and
s!!, qq!! etc. when not fontifying syntaxically
'
(
"\\(?:^\\|[^smywqrx
$
]\\)\\(!\\)"
1
font-lock-negation-char-face
)
'
(
"\\[\\(\\^\\)"
1
font-lock-negation-char-face
prepend
)))
(
setq
t-font-lock-keywords-1
...
...
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