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 b78e7f7 commit 9de08c1Copy full SHA for 9de08c1
elixir-mode.el
@@ -265,7 +265,7 @@ is used to limit the scan."
265
(unless (elixir-syntax-in-string-or-comment-p)
266
(let ((heredoc-p (save-excursion
267
(goto-char (match-beginning 0))
268
- (looking-at-p "~[sS]\\(?:'''\\|\"\"\"\\)"))))
+ (looking-at-p "~[BCDELNRSTUbcersw]\\(?:'''\\|\"\"\"\\)"))))
269
(unless heredoc-p
270
(forward-char 1)
271
(let* ((start-delim (char-after (1- (point))))
0 commit comments