[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/elixir-mode 204a091256 2/4: add H to list of sigil charact
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/elixir-mode 204a091256 2/4: add H to list of sigil characters |
Date: |
Thu, 15 Jun 2023 07:00:35 -0400 (EDT) |
branch: elpa/elixir-mode
commit 204a09125636f7dc0bcdc07e029a900d4f8fa28f
Author: mus0u <832921+mus0u@users.noreply.github.com>
Commit: mus0u <832921+mus0u@users.noreply.github.com>
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 ec5fa05be8..c63f783db6 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))))