emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/elixir-mode 9b4065d779 3/4: Merge pull request #502 from m


From: ELPA Syncer
Subject: [nongnu] elpa/elixir-mode 9b4065d779 3/4: Merge pull request #502 from mus0u/master
Date: Thu, 15 Jun 2023 07:00:35 -0400 (EDT)

branch: elpa/elixir-mode
commit 9b4065d77970e370cb37a4bc3035bf9521cd61ea
Merge: 7641373f05 204a091256
Author: Victor Oliveira Nascimento 
<376386+victorolinasc@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #502 from mus0u/master
    
    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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]