File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 72
72
(defvar elixir-key-label-offset 0 )
73
73
(defvar elixir-match-label-offset 2 )
74
74
75
- (defvar elixir-negation-face 'elixir-negation-face )
76
- (defface elixir-negation-face
77
- '((((class color ) (min-colors 88 ) (background light ))
78
- :foreground " #ff4500" )
79
- (((class color ) (background dark ))
80
- (:foreground " #ff4500" ))
81
- (t nil ))
82
- " For use with standalone \" ?\" to indicate code point."
83
- :group 'font-lock-faces )
84
-
85
75
(defvar elixir-attribute-face 'elixir-attribute-face )
86
76
(defface elixir-attribute-face
87
77
'((((class color ) (min-colors 88 ) (background light ))
135
125
(builtin-namespace . ,(rx symbol-start
136
126
(or " import" " require" " use" " alias" )
137
127
symbol-end))
138
- ; ; Set aside code point syntax for `elixir- negation- face' .
128
+ ; ; Set aside code point syntax for negation face.
139
129
(code-point . ,(rx symbol-start
140
130
" ?"
141
131
anything
@@ -421,7 +411,7 @@ is used to limit the scan."
421
411
422
412
; ; Code points
423
413
(,(elixir-rx (group code-point))
424
- 1 elixir- negation-face)))
414
+ 1 font-lock- negation-char -face )))
425
415
426
416
;;;### autoload
427
417
(defun elixir-mode-open-modegithub ()
You can’t perform that action at this time.
0 commit comments