mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Add description for customFileTypes in schema
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user