mirror of
https://github.com/atom/atom.git
synced 2026-02-11 07:05:11 -05:00
⬆️ autosave
This commit is contained in:
@@ -255,6 +255,7 @@ class TokenizedBuffer extends Model
|
||||
new TokenizedLine({openScopes, text, tags, ruleStack, lineEnding, @tokenIterator})
|
||||
|
||||
tokenizedLineForRow: (bufferRow) ->
|
||||
debugger
|
||||
if 0 <= bufferRow <= @buffer.getLastRow()
|
||||
if tokenizedLine = @tokenizedLines[bufferRow]
|
||||
tokenizedLine
|
||||
|
||||
Reference in New Issue
Block a user