trigger rebuild

This commit is contained in:
Aerijo
2019-02-07 10:00:29 +10:00
parent 0399322cf9
commit e047cddb4b

View File

@@ -215,7 +215,7 @@ class GrammarRegistry {
// If multiple grammars match by one of the above criteria, break ties.
if (score > 0) {
const isTreeSitter = grammar instanceof TreeSitterGrammar
const isTreeSitter = grammar instanceof TreeSitterGrammar
// Prefer either TextMate or Tree-sitter grammars based on the user's settings.
if (isTreeSitter) {