Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions format-all.el
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,7 @@ Consult the existing formatters for examples of BODY."
'(("JavaScript" . "js")
("TypeScript" . "ts")
("JSON5" . "jsonc")
("HTML" . "html")
("Markdown" . "md")))))
(if pair (cdr pair) (downcase language)))
"-")))
Expand Down