Skip to content

Commit

Permalink
*.plist uses web-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Bin committed Apr 28, 2022
1 parent 01ff376 commit 0065e4a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lisp/init-file-type.el
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@

(my-add-auto-mode 'text-mode
"TAGS\\'"
"\\.pyim\\'"
"\\.ctags\\'")

(my-add-auto-mode 'java-mode
Expand Down Expand Up @@ -89,12 +90,9 @@

(my-add-auto-mode 'octave-mode "\\.m$")

;; pyim
(my-add-auto-mode 'text-mode "\\.pyim\\'")

;; {{ web/html
(my-add-auto-mode 'web-mode
"\\.\\(cmp\\|app\\|page\\|component\\|wp\\|vue\\|tmpl\\|php\\|module\\|inc\\|hbs\\|tpl\\|[gj]sp\\|as[cp]x\\|erb\\|mustache\\|djhtml\\|ftl\\|[rp]?html?\\|xul?\\|eex?\\|xml?\\|jst\\|ejs\\|erb\\|rbxlx\\)$")
"\\.\\(cmp\\|app\\|page\\|component\\|wp\\|vue\\|tmpl\\|php\\|module\\|inc\\|hbs\\|tpl\\|[gj]sp\\|as[cp]x\\|erb\\|mustache\\|djhtml\\|ftl\\|[rp]?html?\\|xul?\\|eex?\\|xml?\\|jst\\|ejs\\|erb\\|rbxlx\\|plist\\)$")
;; }}

;; {{js
Expand Down

0 comments on commit 0065e4a

Please sign in to comment.