Add emacs web-mode extension (mustache)
This commit is contained in:
parent
385a34e2f0
commit
92b68e70b8
1 changed files with 1 additions and 0 deletions
|
|
@ -238,6 +238,7 @@ they line up with the line containing the corresponding opening bracket."
|
|||
(add-to-list 'auto-mode-alist '("\\.scss\\'" . web-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.html\\'" . web-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.erb\\'" . web-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.mustache\\'" . web-mode))
|
||||
|
||||
(setq web-mode-content-types-alist
|
||||
'(("jsx" . "\\.jsx?\\'")))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue