Allow editor.completions to be an array or an object.

This commit is contained in:
Ben Ogle
2015-04-09 14:21:03 -07:00
parent 467d4bfce6
commit f35187e8c3

View File

@@ -99,9 +99,7 @@ module.exports =
# These can be used as globals or scoped, thus defaults.
completions:
type: "array"
items:
type: "string"
type: ['array', 'object']
default: []
fontFamily:
type: 'string'