Skip to content

Commit 93c0dec

Browse files
author
Vasily Korytov
committed
fix .pug extension to be auto-loaded
1 parent fd48e74 commit 93c0dec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jade-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ region defined by BEG and END."
393393

394394
;;;###autoload
395395
(add-to-list 'auto-mode-alist '("\\.jade\\'" . jade-mode))
396+
;;;###autoload
396397
(add-to-list 'auto-mode-alist '("\\.pug\\'" . jade-mode))
397398

398399
(provide 'jade-mode)

0 commit comments

Comments
 (0)