mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Assign ::isHardTab to shim tokens
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user