⬆️ first-mate

This commit is contained in:
Nathan Sobo
2015-05-19 17:22:25 +02:00
parent adb4988c02
commit 564d75c534
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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()