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 e772e89 commit bfa64bbCopy full SHA for bfa64bb
elixir-mode.el
@@ -256,6 +256,7 @@ is used to limit the scan."
256
(defun elixir-syntax-propertize-interpolation ()
257
(let* ((beg (match-beginning 0))
258
(context (save-excursion (save-match-data (syntax-ppss beg)))))
259
+ (put-text-property beg (1+ beg) 'syntax-table (string-to-syntax "w"))
260
(put-text-property beg (1+ beg) 'elixir-interpolation
261
(cons (nth 3 context) (match-data)))))
262
0 commit comments