Skip to content

Commit dbfd195

Browse files
committed
LiveView Heredoc support
1 parent b78e7f7 commit dbfd195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elixir-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ is used to limit the scan."
265265
(unless (elixir-syntax-in-string-or-comment-p)
266266
(let ((heredoc-p (save-excursion
267267
(goto-char (match-beginning 0))
268-
(looking-at-p "~[sS]\\(?:'''\\|\"\"\"\\)"))))
268+
(looking-at-p "~[sSL]\\(?:'''\\|\"\"\"\\)"))))
269269
(unless heredoc-p
270270
(forward-char 1)
271271
(let* ((start-delim (char-after (1- (point))))

0 commit comments

Comments
 (0)