Highlighting even strings with spaces. (#547)

This commit is contained in:
Kazu Yamamoto 2015-08-17 15:43:34 +09:00
parent 61922e249f
commit 3e0c06f50a
1 changed files with 2 additions and 1 deletions

View File

@ -186,7 +186,8 @@ nil do not display errors/warnings.
(forward-line (1- line))
(forward-char (1- coln))
(setq beg (point))
(skip-chars-forward "^[:space:]" (line-end-position))
(forward-sexp)
;; (skip-chars-forward "^[:space:]" (line-end-position))
(setq end (point)))))
(t
(setq beg (point))