mirror of
https://github.com/atom/atom.git
synced 2026-02-17 10:01:25 -05:00
Update screen-line
This commit is contained in:
@@ -106,9 +106,6 @@ class ScreenLine
|
||||
breakOutLeadingWhitespace = token.isOnlyWhitespace() if breakOutLeadingWhitespace
|
||||
outputTokens
|
||||
|
||||
# Public: Determins if the current line is commented.
|
||||
#
|
||||
# Returns a {Boolean}.
|
||||
isComment: ->
|
||||
for token in @tokens
|
||||
continue if token.scopes.length is 1
|
||||
|
||||
Reference in New Issue
Block a user