Skip to content

Commit f42ca07

Browse files
committed
Scope Data: Add keyword.declaration.import
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`.
1 parent 07033a0 commit f42ca07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/lib/scope_data/data.py

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
function
105105
interface
106106
impl
107+
import
107108
struct
108109
trait
109110
union

0 commit comments

Comments
 (0)