From 0203438669e5ef10a3d048d72e2a005ca84189eb Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Wed, 12 Aug 2015 18:04:52 -0700 Subject: [PATCH] Add description for customFileTypes in schema --- src/config-schema.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config-schema.coffee b/src/config-schema.coffee index 334437618..27f436e09 100644 --- a/src/config-schema.coffee +++ b/src/config-schema.coffee @@ -29,6 +29,7 @@ module.exports = customFileTypes: type: 'object' default: {} + description: 'Associates scope names (e.g. "source.js") with arrays of file extensions and file names (e.g. ["Somefile", ".js2"])' additionalProperties: type: 'array' items: