Skip to content

Commit bc2aa4f

Browse files
committed
Remove commented-out code.
1 parent db7ce72 commit bc2aa4f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

elixir-mode.el

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -324,16 +324,6 @@ is used to limit the scan."
324324
(0 (ignore (elixir-syntax-propertize-interpolation)))))
325325
start end)))
326326

327-
;; (defun elixir-syntax-propertize-function (start end)
328-
;; (let ((case-fold-search nil))
329-
;; (goto-char start)
330-
;; (remove-text-properties start end '(elixir-interpolation))
331-
;; (funcall
332-
;; (syntax-propertize-rules
333-
;; ((rx (group "#{" (0+ (not (any "}"))) "}"))
334-
;; (0 (ignore (elixir-syntax-propertize-interpolation)))))
335-
;; start end)))
336-
337327
(defun elixir-match-interpolation (limit)
338328
(let ((pos (next-single-char-property-change (point) 'elixir-interpolation
339329
nil limit)))

0 commit comments

Comments
 (0)