Skip to content

Commit cad034f

Browse files
authored
Add composer.lock as auto-json file.
1 parent c3a7ab3 commit cad034f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

json-mode.el

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@ Return the new `auto-mode-alist' entry"
6161
new-entry))
6262

6363
;;;###autoload
64-
(defcustom json-mode-auto-mode-list '(".babelrc" ".bowerrc")
64+
(defcustom json-mode-auto-mode-list '(
65+
".babelrc"
66+
".bowerrc"
67+
"composer.lock"
68+
)
6569
"List of filename as string to pass for the JSON entry of
6670
`auto-mode-alist'.
6771

0 commit comments

Comments
 (0)