mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
💄
This commit is contained in:
@@ -880,8 +880,8 @@ class Editor extends View
|
||||
for token in screenLine.tokens
|
||||
updateScopeStack(token.scopes)
|
||||
line.push(token.getValueAsHtml(
|
||||
showInvisibles: @showInvisibles,
|
||||
invisiblesMap: @rootView()?.getInvisiblesMap(),
|
||||
showInvisibles: @showInvisibles
|
||||
invisiblesMap: @rootView()?.getInvisiblesMap()
|
||||
hasLeadingWhitespace: position < firstNonWhitespacePosition
|
||||
hasTrailingWhitespace: position + token.value.length > firstTrailingWhitespacePosition
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user