mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: add more file extensions for programming to prot-common-file-extensions
This commit is contained in:
parent
5a822f873f
commit
59116892fd
|
|
@ -11731,7 +11731,7 @@ an alternative date format, as specified by
|
|||
(video "mkv" "webm" "mp4")
|
||||
(text "org" "txt" "md")
|
||||
(document "pdf" "epub" "info" "texi")
|
||||
(program "sh" "el" "c" "py" "yaml" "toml" "conf" "js" "html"))
|
||||
(program "sh" "el" "c" "py" "yaml" "yml" "toml" "conf" "js" "html" "xml"))
|
||||
"Some common file extensions grouped by type.")
|
||||
|
||||
(defun prot-common--get-file-type-regexp (type)
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
(video "mkv" "webm" "mp4")
|
||||
(text "org" "txt" "md")
|
||||
(document "pdf" "epub" "info" "texi")
|
||||
(program "sh" "el" "c" "py" "yaml" "toml" "conf" "js" "html"))
|
||||
(program "sh" "el" "c" "py" "yaml" "yml" "toml" "conf" "js" "html" "xml"))
|
||||
"Some common file extensions grouped by type.")
|
||||
|
||||
(defun prot-common--get-file-type-regexp (type)
|
||||
|
|
|
|||
Loading…
Reference in a new issue