(lisp-mode-variables): Recognize `@' in function names.
This commit is contained in:
parent
504f06a270
commit
1b1556b11a
2 changed files with 6 additions and 1 deletions
|
@ -205,7 +205,7 @@
|
|||
(setq font-lock-defaults
|
||||
'((lisp-font-lock-keywords
|
||||
lisp-font-lock-keywords-1 lisp-font-lock-keywords-2)
|
||||
nil nil (("+-*/.<>=!?$%_&~^:" . "w")) nil
|
||||
nil nil (("+-*/.<>=!?$%_&~^:@" . "w")) nil
|
||||
(font-lock-mark-block-function . mark-defun)
|
||||
(font-lock-syntactic-face-function
|
||||
. lisp-font-lock-syntactic-face-function))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue