aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mode-def.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mode-def.el b/src/mode-def.el
index 18248ad..0181baa 100644
--- a/src/mode-def.el
+++ b/src/mode-def.el
@@ -311,7 +311,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)