Closed sounxrt closed 6 years ago
Change detect of method definition ends taking into account comment character
None
For example, create a new file.md and add the following code
```ruby def foo(bar) # a comment end ``` this text still has the scope meta.function.method.with-arguments.ruby which is incorrect
Unknown
Description of the Change
Change detect of method definition ends taking into account comment character
Alternate Designs
None
Benefits
For example, create a new file.md and add the following code
Possible Drawbacks
Unknown
Applicable Issues
None