Added `html` as a fallback so that settings would be inherited if not set
This commit is contained in:
parent
e4168688d6
commit
b5f130db0f
|
@ -10,6 +10,7 @@ module.exports = {
|
||||||
|
|
||||||
name: "Marko"
|
name: "Marko"
|
||||||
namespace: "marko"
|
namespace: "marko"
|
||||||
|
fallback: ['html']
|
||||||
|
|
||||||
###
|
###
|
||||||
Supported Grammars
|
Supported Grammars
|
||||||
|
|
Loading…
Reference in New Issue