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 00598d3..a76c37e 100644
--- a/emmet-mode.el
+++ b/emmet-mode.el
@@ -464,7 +464,7 @@ cursor position will be moved to after the first quote."
(setq here
(save-excursion
(goto-char here)
- (skip-chars-forward "\s-")
+ (skip-chars-forward "[:space:]")
(point))))
(setq emmet-flash-ovl (make-overlay here (point)))
(overlay-put emmet-flash-ovl 'face 'emmet-preview-output)