You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
I am testing with 1.34 and I still see some problems. I am trying to update my syntax to utilize the different scopes (and lack of nested scopes now too) and I cant figure out how to solve some situations -- are these changes by design or maybe an oversight?
Line 1: No problems
Line 2: No scope present for param3
Line 3: No scope present for param1 and param2
Line 4: Same as line 3 except also no scope present for result
Line 5: No scope present for param and store
Example of what happens when I disable tree-sitter:
Notes:
line 4 lets me differentiate result from result in line 3
line 5 lets me differentiate store from param1
Thanks @pbarbiero - since the initial example originally reported looks ok would you mind opening a new issue with template filled out and with the details from #630 (comment)?
Prerequisites
Description
Missing extra variable syntax wrappers when using tree-sitter
Settings > Core > Use Tree Sitter Parsers - Enabled

Settings > Core > Use Tree Sitter Parsers - Disabled

Versions
Atom : 1.32.2
Electron: 2.0.9
Chrome : 61.0.3163.100
Node : 8.9.3
Additional Information
Both examples above are without
language-babel
and withoutcustomFileTypes
in config.csonWorkaround with tree sitter parsers enabled is to have
language-babel
and this in my config.cson:The downside to the workaround is all my .js files show up as .jsx files when using
file-icons
The text was updated successfully, but these errors were encountered: