⬆️ first-mate

This commit is contained in:
Nathan Sobo
2015-05-14 23:08:02 +02:00
parent 3ea59696e6
commit ec4c453b87
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.0",
"first-mate": "^4.1.1",
"fs-plus": "^2.8.0",
"fstream": "0.1.24",
"fuzzaldrin": "^2.1",

View File

@@ -330,7 +330,7 @@ class TokenizedBuffer extends Model
lineEnding = @buffer.lineEndingForRow(row)
tabLength = @getTabLength()
indentLevel = @indentLevelForRow(row)
{tags, ruleStack} = @grammar.tokenizeLine(text, ruleStack, row is 0)
{tags, ruleStack} = @grammar.tokenizeLine(text, ruleStack, row is 0, false)
new TokenizedLine({openScopes, text, tags, ruleStack, tabLength, lineEnding, indentLevel, invisibles: @getInvisiblesToShow()})
getInvisiblesToShow: ->