branch: elpa/web-mode commit f1f22bc9ce8cc80d7eb00e63d62b78140fae1e54 Merge: 994cb350bc 256137e5aa Author: fxbois <fxb...@gmail.com> Commit: GitHub <nore...@github.com>
Merge pull request #1326 from ryuslash/master --- web-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-mode.el b/web-mode.el index 483283e4c3..a4c1fb21d8 100644 --- a/web-mode.el +++ b/web-mode.el @@ -3830,7 +3830,7 @@ Also return non-nil if it is the command `self-insert-command' is remapped to." ((string= web-mode-engine "vue") (cond - ((string-match-p "[:@][-[:alpha:]]+=\"" tagopen) + ((string-match-p "[:@][-[:alpha:].]+=\"" tagopen) (setq closing-string "\"" delim-open tagopen delim-close "\""))