branch: elpa/racket-mode
commit c4cc7c160b5eecb444ac135751aa612ba9940e54
Author: Bogdan Popa <bog...@defn.io>
Commit: Greg Hendershott <g...@greghendershott.com>

    hash-lang: map operator type to font-lock-operator-face
---
 racket-custom.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/racket-custom.el b/racket-custom.el
index 44fcf5e312..ee394fa87d 100644
--- a/racket-custom.el
+++ b/racket-custom.el
@@ -199,6 +199,7 @@ lines to show on screen."
   `((builtin            . font-lock-builtin-face)
     (constant           . font-lock-constant-face)
     (error              . error)
+    (operator           . font-lock-operator-face)
     (other              . font-lock-doc-face)
     (keyword            . font-lock-keyword-face)
     (hash-colon-keyword . racket-keyword-argument-face)

Reply via email to