Skip to content

Commit 0e78647

Browse files
committed
Remove syntax highlighting for operators.
1 parent 745cbcb commit 0e78647

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

elixir-mode.el

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -427,10 +427,6 @@
427427
(,(elixir-rx (group (or builtin-modules pseudo-var)))
428428
1 font-lock-constant-face)
429429

430-
;; Operators
431-
(,(elixir-rx (group (or operators1 operators2 operators3)))
432-
1 elixir-operator-face)
433-
434430
;; Code points
435431
(,(elixir-rx (group code-point))
436432
1 elixir-negation-face)))

0 commit comments

Comments
 (0)