We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745cbcb commit 0e78647Copy full SHA for 0e78647
elixir-mode.el
@@ -427,10 +427,6 @@
427
(,(elixir-rx (group (or builtin-modules pseudo-var)))
428
1 font-lock-constant-face)
429
430
- ;; Operators
431
- (,(elixir-rx (group (or operators1 operators2 operators3)))
432
- 1 elixir-operator-face)
433
-
434
;; Code points
435
(,(elixir-rx (group code-point))
436
1 elixir-negation-face)))
0 commit comments