Skip to content

Commit

Permalink
Add more extension for config files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexesprit committed May 10, 2020
1 parent 3c1ae18 commit 6641804
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/data/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@
],
"config-src": [
"conf.js",
"config.js"
"config.cjs",
"config.js",
"config.json",
"config.mjs"
],
"ctags": [
"ctags",
Expand Down

0 comments on commit 6641804

Please sign in to comment.