mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix .html file template spec
This commit is contained in:
@ -29,7 +29,7 @@
|
|||||||
(add-template! "\\.go$" "__.go" 'go-mode)
|
(add-template! "\\.go$" "__.go" 'go-mode)
|
||||||
|
|
||||||
;; HTML
|
;; HTML
|
||||||
(add-template! "\\.html$" "___html" 'web-mode)
|
(add-template! "\\.html$" "__.html" 'web-mode)
|
||||||
|
|
||||||
;; java
|
;; java
|
||||||
(add-template! "/src/.+/.+\\.java$" "__" 'java-mode)
|
(add-template! "/src/.+/.+\\.java$" "__" 'java-mode)
|
||||||
|
Reference in New Issue
Block a user