mirror of
https://github.com/atom/atom.git
synced 2026-01-28 00:08:13 -05:00
trigger rebuild
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user