From f42ca0733e47b095df9a9bcf9d9c99c53d4c2ea3 Mon Sep 17 00:00:00 2001 From: FichteFoll Date: Wed, 31 Jan 2024 01:12:40 +0100 Subject: [PATCH] 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`. --- plugins/lib/scope_data/data.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/lib/scope_data/data.py b/plugins/lib/scope_data/data.py index 22f8ad08..e1fd187e 100644 --- a/plugins/lib/scope_data/data.py +++ b/plugins/lib/scope_data/data.py @@ -104,6 +104,7 @@ function interface impl + import struct trait union