mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Fix misplaced default chunkSize property
This commit is contained in:
@@ -716,7 +716,7 @@ class TextMateLanguageMode {
|
||||
}
|
||||
}
|
||||
|
||||
TextMateLanguageMode.chunkSize = 50
|
||||
TextMateLanguageMode.prototype.chunkSize = 50
|
||||
|
||||
function selectorMatchesAnyScope (selector, scopes) {
|
||||
const targetClasses = selector.replace(/^\./, '').split('.')
|
||||
|
||||
Reference in New Issue
Block a user