Fix .html file template spec
This commit is contained in:
parent
ff716616b6
commit
87ebdf3dec
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
(add-template! "\\.go$" "__.go" 'go-mode)
|
||||
|
||||
;; HTML
|
||||
(add-template! "\\.html$" "___html" 'web-mode)
|
||||
(add-template! "\\.html$" "__.html" 'web-mode)
|
||||
|
||||
;; java
|
||||
(add-template! "/src/.+/.+\\.java$" "__" 'java-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue