Skip to content

Commit 742bea2

Browse files
Add tags (#485)
1 parent 6ff3d8f commit 742bea2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

config.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -334,5 +334,16 @@
334334
},
335335
"concepts": [],
336336
"key_features": [],
337-
"tags": []
337+
"tags": [
338+
"paradigm/imperative",
339+
"paradigm/procedural",
340+
"typing/dynamic",
341+
"typing/weak",
342+
"execution_mode/interpreted",
343+
"platform/windows",
344+
"platform/mac",
345+
"platform/linux",
346+
"runtime/standalone_executable",
347+
"used_for/scripts"
348+
]
338349
}

0 commit comments

Comments
 (0)