Assign ::isHardTab to shim tokens

This commit is contained in:
Nathan Sobo
2015-05-12 19:36:32 +02:00
parent 75112a017d
commit 6befa0200f

View File

@@ -154,6 +154,7 @@ class TokenizedLine
tokenProperties.isAtomic = true
when HardTab
tokenProperties.isAtomic = true
tokenProperties.isHardTab = true
tokenProperties.bufferDelta = 1
tokenProperties.hasInvisibleCharacters = true if @invisibles?.tab
when PairedCharacter