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.
Description
The golang language used to have a
entity.name.import.goscope, which could be used to see if the grammar was inside an import block:or
But I cannot find this in the tree-sitter grammar rules (which seems to be used now?)
Is this expected, or forgotten to include?
My linter-spell-go package was using this to disable spell checking on import strings, that is how I noticed this issue.
Steps to Reproduce
Editor: Log Cursor ScopecommandExpected behavior:
(or something like this, I cannot get the original anymore since it is gone)
Actual behavior:
Versions