From 204a09125636f7dc0bcdc07e029a900d4f8fa28f Mon Sep 17 00:00:00 2001 From: mus0u <832921+mus0u@users.noreply.github.com> Date: Tue, 16 May 2023 22:31:27 -0600 Subject: [PATCH] add H to list of sigil characters --- elixir-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))))