mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
fix(web): remove .sface from web mode autolist
elixir-mode can now handle .sface files from surface-ui.org Ref: #4905
This commit is contained in:
@ -5,7 +5,6 @@
|
|||||||
:mode "\\.\\(?:tpl\\|blade\\)\\(?:\\.php\\)?\\'"
|
:mode "\\.\\(?:tpl\\|blade\\)\\(?:\\.php\\)?\\'"
|
||||||
:mode "\\.erb\\'"
|
:mode "\\.erb\\'"
|
||||||
:mode "\\.[lh]?eex\\'"
|
:mode "\\.[lh]?eex\\'"
|
||||||
:mode "\\.sface\\'"
|
|
||||||
:mode "\\.jsp\\'"
|
:mode "\\.jsp\\'"
|
||||||
:mode "\\.as[cp]x\\'"
|
:mode "\\.as[cp]x\\'"
|
||||||
:mode "\\.ejs\\'"
|
:mode "\\.ejs\\'"
|
||||||
|
Reference in New Issue
Block a user