We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3a7ab3 + cad034f commit 39ba450Copy full SHA for 39ba450
json-mode.el
@@ -61,7 +61,11 @@ Return the new `auto-mode-alist' entry"
61
new-entry))
62
63
;;;###autoload
64
-(defcustom json-mode-auto-mode-list '(".babelrc" ".bowerrc")
+(defcustom json-mode-auto-mode-list '(
65
+ ".babelrc"
66
+ ".bowerrc"
67
+ "composer.lock"
68
+ )
69
"List of filename as string to pass for the JSON entry of
70
`auto-mode-alist'.
71
0 commit comments