trigger again

This commit is contained in:
Aerijo
2019-02-07 10:00:47 +10:00
parent e047cddb4b
commit 9ea7903b43

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) {