diff --git a/elixir-mode.el b/elixir-mode.el index ec5fa05..c63f783 100644 --- a/elixir-mode.el +++ b/elixir-mode.el @@ -265,7 +265,7 @@ is used to limit the scan." (unless (elixir-syntax-in-string-or-comment-p) (let ((heredoc-p (save-excursion (goto-char (match-beginning 0)) - (looking-at-p "~[BCDELNRSTUbcersw]\\(?:'''\\|\"\"\"\\)")))) + (looking-at-p "~[BCDEHLNRSTUbcersw]\\(?:'''\\|\"\"\"\\)")))) (unless heredoc-p (forward-char 1) (let* ((start-delim (char-after (1- (point))))