-
-
Notifications
You must be signed in to change notification settings - Fork 384
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
In functions defined using the colon syntax, self
is given the variable.parameter
scope.
To Reproduce
Steps to reproduce the behavior:
- Define a function using the colon syntax (e.g.
function t:func() self.x = 0 end
) - The TextMate scope assigned to
self
should bevariable.parameter
Expected behavior
self
should be given the variable.language.self
scope, like in 1.20.1.
Screenshots
Current behavior (1.20.2):
Expected behavior (1.20.1):
Environment (please complete the following information):
- OS: macOS
- Is WSL remote? No
- Client: VSCode
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working