Skip to content

Commit 80bb2b9

Browse files
authored
feat: more json filetypes (#253)
1 parent 6bb0e09 commit 80bb2b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

data/plenary/filetypes/builtin.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ return {
4141
},
4242
file_name = {
4343
['cakefile'] = 'coffee',
44+
['.babelrc'] = 'json',
45+
['.prettierrc'] = 'json',
46+
['.eslintrc'] = 'json',
47+
['.firebaserc'] = 'json',
4448
},
4549
shebang = shebang
4650
}

0 commit comments

Comments
 (0)