projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d34bfbc
)
.har files are JSON files
author
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 9 Jul 2019 14:34:20 +0000
(16:34 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 9 Jul 2019 14:34:20 +0000
(16:34 +0200)
* lisp/files.el (auto-mode-alist): Map .har files to
javascript-mode (bug#35407).
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 05150ac0214e1658d4f4467d0101ab5337dd7563..e8a44af8ea56fcc769b60894d96887b224c2531a 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-2720,6
+2720,8
@@
ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\|CBR\\|7Z\\)\\'" . archive-mo
("\\.dtd\\'" . sgml-mode)
("\\.ds\\(ss\\)?l\\'" . dsssl-mode)
("\\.js[mx]?\\'" . javascript-mode)
+ ;; https://en.wikipedia.org/wiki/.har
+ ("\\.har\\'" . javascript-mode)
("\\.json\\'" . javascript-mode)
("\\.[ds]?vh?\\'" . verilog-mode)
("\\.by\\'" . bovine-grammar-mode)