mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
⬆️ first-mate
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
"delegato": "^1",
|
||||
"emissary": "^1.3.3",
|
||||
"event-kit": "^1.1.1",
|
||||
"first-mate": "^4.1.3",
|
||||
"first-mate": "^4.1.4",
|
||||
"fs-plus": "^2.8.0",
|
||||
"fstream": "0.1.24",
|
||||
"fuzzaldrin": "^2.1",
|
||||
|
||||
@@ -315,7 +315,7 @@ class TokenizedBuffer extends Model
|
||||
@buildPlaceholderTokenizedLineForRow(row) for row in [startRow..endRow]
|
||||
|
||||
buildPlaceholderTokenizedLineForRow: (row) ->
|
||||
openScopes = [@grammar.idForScope(@grammar.scopeName)]
|
||||
openScopes = [@grammar.startIdForScope(@grammar.scopeName)]
|
||||
text = @buffer.lineForRow(row)
|
||||
tags = [text.length]
|
||||
tabLength = @getTabLength()
|
||||
|
||||
Reference in New Issue
Block a user