mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
scopesForPosition -> scopeDescriptorForPosition
This commit is contained in:
@@ -302,7 +302,7 @@ class TokenizedBuffer extends Model
|
||||
else
|
||||
0
|
||||
|
||||
scopesForPosition: (position) ->
|
||||
scopeDescriptorForPosition: (position) ->
|
||||
@tokenForPosition(position).scopes
|
||||
|
||||
tokenForPosition: (position) ->
|
||||
|
||||
Reference in New Issue
Block a user