Skip to content

Commit 0d4c2de

Browse files
committed
Add a few sub-scopes to scope_data, mostly meta
1 parent 50287fe commit 0d4c2de

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

scope_data/__init__.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@
2626
entity
2727
name
2828
function
29+
class
2930
type
3031
tag
3132
section
33+
constant
3234
other
3335
inherited-class
3436
attribute-name
@@ -56,12 +58,23 @@
5658
other
5759
5860
meta
61+
key
62+
value
63+
function
64+
function-call
65+
class
66+
sequence
67+
mapping
5968
6069
punctuation
6170
definition
6271
string
6372
begin
6473
end
74+
comment
75+
begin
76+
end
77+
section
6578
sequence
6679
begin
6780
end
@@ -78,6 +91,8 @@
7891
dot
7992
double-colon
8093
fat-arrow
94+
colon
95+
backslash
8196
8297
storage
8398
type

0 commit comments

Comments
 (0)