aboutsummaryrefslogtreecommitdiffstats
path: root/emmet-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'emmet-mode.el')
-rw-r--r--emmet-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emmet-mode.el b/emmet-mode.el
index 2a2b023..4409355 100644
--- a/emmet-mode.el
+++ b/emmet-mode.el
@@ -3498,7 +3498,7 @@ tbl))
(setq last-gt (point)) (backward-char) (setq char (char-before)))
((eq char ?\<)
(goto-char last-gt) (setq char nil))
- ((not (string-match-p "[[:space:]\n]" (string char)))
+ ((not (string-match-p "[[:space:]\n;]" (string char)))
(backward-char) (setq char (char-before)))
(t
(setq char nil))))