Skip to content

Commit

Permalink
Merge pull request #502 from mus0u/master
Browse files Browse the repository at this point in the history
add H to list of sigil characters
  • Loading branch information
victorolinasc committed Jun 15, 2023
2 parents 7641373 + 204a091 commit 9b4065d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elixir-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))))
Expand Down

0 comments on commit 9b4065d

Please sign in to comment.