Added `html` as a fallback so that settings would be inherited if not set

This commit is contained in:
Patrick Steele-Idem 2016-06-01 13:10:22 -06:00
parent e4168688d6
commit b5f130db0f
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ module.exports = {
name: "Marko" name: "Marko"
namespace: "marko" namespace: "marko"
fallback: ['html']
### ###
Supported Grammars Supported Grammars