emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/jade-mode 93c0dec9d4 121/128: fix `.pug` extension to be a


From: ELPA Syncer
Subject: [nongnu] elpa/jade-mode 93c0dec9d4 121/128: fix `.pug` extension to be auto-loaded
Date: Sat, 29 Jan 2022 08:24:53 -0500 (EST)

branch: elpa/jade-mode
commit 93c0dec9d43612113b64cc2c3f250147f333cbf3
Author: Vasily Korytov <vasily.korytov@yandex.com>
Commit: Vasily Korytov <vasily.korytov@yandex.com>

    fix `.pug` extension to be auto-loaded
---
 jade-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jade-mode.el b/jade-mode.el
index 56767874ea..440d4541ae 100644
--- a/jade-mode.el
+++ b/jade-mode.el
@@ -393,6 +393,7 @@ region defined by BEG and END."
 
 ;;;###autoload
 (add-to-list 'auto-mode-alist '("\\.jade\\'" . jade-mode))
+;;;###autoload
 (add-to-list 'auto-mode-alist '("\\.pug\\'" . jade-mode))
 
 (provide 'jade-mode)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]