Fix misplaced default chunkSize property

This commit is contained in:
Max Brunsfeld
2017-11-29 13:10:00 -08:00
parent 1a1ee134cf
commit c4b38c615f

View File

@@ -716,7 +716,7 @@ class TextMateLanguageMode {
}
}
TextMateLanguageMode.chunkSize = 50
TextMateLanguageMode.prototype.chunkSize = 50
function selectorMatchesAnyScope (selector, scopes) {
const targetClasses = selector.replace(/^\./, '').split('.')