From 4b9250dcec6865d2132d9378ee15d47e1ed5ed8b Mon Sep 17 00:00:00 2001 From: alexesprit Date: Sat, 7 Dec 2019 12:12:27 +0300 Subject: [PATCH] Updated rules for config files Use `config` icon for CMakeLists.txt. Use `config` icon for Istanbul configs. Use `config` icon for stylelint configs. Use `config` icon for remarklint configs. Use `config` icon for Renovate configs. --- src/items.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/items.json b/src/items.json index 867211e..e7a487e 100644 --- a/src/items.json +++ b/src/items.json @@ -319,7 +319,27 @@ ".htaccess", "procfile", "makefile", - "dockerfile" + "dockerfile", + "CMakeLists.txt", + ".nycrc", + ".nycrc.json", + ".nycrc.yaml", + ".nycrc.yml", + "nyc.config.js", + ".stylelintrc.json", + ".stylelintrc.yaml", + ".stylelintrc.yml", + ".stylelintrc.js", + "stylelint.config.js", + ".remarkrc.json", + ".remarkrc.yaml", + ".remarkrc.yml", + ".remarkrc.js", + ".remarkignore", + "renovate.json", + "renovate.json5", + ".renovaterc", + ".renovaterc.json" ], "ctags": [ "tags"