Skip to content

Commit

Permalink
Scope Data: Add keyword.declaration.import
Browse files Browse the repository at this point in the history
An `import` keyword is closer to a declaration (for the local namespace)
than a "control keyword", where this was defined in previously.

However, until this sees more usage or it has been agreed upon by more
than two people/syntax definitions, I'm still keeping
`keyword.control.import`.
  • Loading branch information
FichteFoll committed Jan 31, 2024
1 parent 07033a0 commit f42ca07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/lib/scope_data/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
function
interface
impl
import
struct
trait
union
Expand Down

0 comments on commit f42ca07

Please sign in to comment.