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 db7ce72 commit bc2aa4fCopy full SHA for bc2aa4f
elixir-mode.el
@@ -324,16 +324,6 @@ is used to limit the scan."
324
(0 (ignore (elixir-syntax-propertize-interpolation)))))
325
start end)))
326
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
-
337
(defun elixir-match-interpolation (limit)
338
(let ((pos (next-single-char-property-change (point) 'elixir-interpolation
339
nil limit)))
0 commit comments