diff --git a/src/grammar-registry.js b/src/grammar-registry.js index b3745af9d..db86958fd 100644 --- a/src/grammar-registry.js +++ b/src/grammar-registry.js @@ -339,6 +339,10 @@ class GrammarRegistry { return this.textmateRegistry.nullGrammar } + get grammars () { + return this.textmateRegistry.grammars + } + decodeTokens () { return this.textmateRegistry.decodeTokens.apply(this.textmateRegistry, arguments) }