mirror of
https://github.com/atom/atom.git
synced 2026-02-14 16:45:14 -05:00
decodeContent -> decodeTokens
This commit is contained in:
@@ -148,7 +148,7 @@ class TokenizedLine
|
||||
Object.defineProperty @prototype, 'tokens', get: ->
|
||||
offset = 0
|
||||
|
||||
atom.grammars.decodeContent @text, @tags, @parentScopes.slice(), (tokenProperties, index) =>
|
||||
atom.grammars.decodeTokens @text, @tags, @parentScopes.slice(), (tokenProperties, index) =>
|
||||
switch @specialTokens[index]
|
||||
when SoftTab
|
||||
tokenProperties.isAtomic = true
|
||||
|
||||
Reference in New Issue
Block a user