emacs: add more file extensions for programming to prot-common-file-extensions

This commit is contained in:
Protesilaos Stavrou 2025-12-25 08:03:15 +02:00
parent 5a822f873f
commit 59116892fd
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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)