From 6641804e7692a3130e32b4cdb31911ff5319b07f Mon Sep 17 00:00:00 2001 From: alexesprit Date: Sun, 10 May 2020 13:15:46 +0300 Subject: [PATCH] Add more extension for config files --- src/data/items.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/data/items.json b/src/data/items.json index 35c82aa..020e446 100644 --- a/src/data/items.json +++ b/src/data/items.json @@ -41,7 +41,10 @@ ], "config-src": [ "conf.js", - "config.js" + "config.cjs", + "config.js", + "config.json", + "config.mjs" ], "ctags": [ "ctags",