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 fea4caa commit b94f636Copy full SHA for b94f636
elixir-mode.el
@@ -278,7 +278,7 @@ is used to limit the scan."
278
(when (memq start-delim '(?' ?\"))
279
(setq end (1+ end))
280
(forward-char -1))
281
- (while (re-search-forward "[\"']" end t)
+ (while (re-search-forward "[\"'#]" end t)
282
(put-text-property (1- (point)) (point) 'syntax-table word-syntax))))))
283
284
(defun elixir-syntax-propertize-function (start end)
0 commit comments