mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
restore tree-sitter in grammar iterator
This commit is contained in:
@@ -350,7 +350,7 @@ module.exports = class GrammarRegistry {
|
||||
}
|
||||
|
||||
forEachGrammar(callback) {
|
||||
this.grammars.forEach(callback);
|
||||
this.getGrammars({ includeTreeSitter: true }).forEach(callback);
|
||||
}
|
||||
|
||||
grammarForId(languageId) {
|
||||
|
||||
Reference in New Issue
Block a user