File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 220
220
(((class color ) (background dark ))
221
221
(:foreground " #ff4500" ))
222
222
(t nil ))
223
- " For use with escape characters ."
223
+ " For use with standalone \" ? \" to indicate code point ."
224
224
:group 'font-lock-faces )
225
225
226
226
(defvar elixir-attribute-face 'elixir-attribute-face )
230
230
(((class color ) (background dark ))
231
231
(:foreground " thistle" ))
232
232
(t nil ))
233
- " For use with escape characters ."
233
+ " For use with module attribute tokens ."
234
234
:group 'font-lock-faces )
235
235
236
236
(defvar elixir-atom-face 'elixir-atom-face )
240
240
(((class color ) (background dark ))
241
241
(:foreground " light sky blue" ))
242
242
(t nil ))
243
- " For use with escape characters ."
243
+ " For use with atoms & map keys ."
244
244
:group 'font-lock-faces )
245
245
246
246
You can’t perform that action at this time.
0 commit comments