branch: elpa/web-mode
commit 2956ff94f7162d7ac734d49d62fbc2201ff3741d
Author: Guillaume Ayoub <[email protected]>
Commit: GitHub <[email protected]>

    Allow extra expanders to override standard ones
---
 web-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web-mode.el b/web-mode.el
index c14cec39c7..87134104cf 100644
--- a/web-mode.el
+++ b/web-mode.el
@@ -11600,7 +11600,7 @@ Prompt user if TAG-NAME isn't provided."
                         (not (get-text-property (1- pos) 'part-side))))
                (not (get-text-property (1- pos) 'block-side))
                )
-      (setq expanders (append web-mode-expanders web-mode-extra-expanders))
+      (setq expanders (append web-mode-extra-expanders web-mode-expanders))
       (let ((i 0) pair (l (length expanders)))
         (setq chunk (buffer-substring-no-properties (- pos 2) pos))
         ;;(message "%S" chunk)

Reply via email to