From e047cddb4bfbd04c01b404fbe253814e2eccf78b Mon Sep 17 00:00:00 2001 From: Aerijo Date: Thu, 7 Feb 2019 10:00:29 +1000 Subject: [PATCH] trigger rebuild --- src/grammar-registry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/grammar-registry.js b/src/grammar-registry.js index 1b033286d..5a53344d3 100644 --- a/src/grammar-registry.js +++ b/src/grammar-registry.js @@ -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) {