aboutsummaryrefslogtreecommitdiff
path: root/Divina.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Divina.lua')
-rw-r--r--Divina.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/Divina.lua b/Divina.lua
new file mode 100644
index 0000000..6b3e6b2
--- /dev/null
+++ b/Divina.lua
@@ -0,0 +1,11 @@
+-- Example Workspace
+--
+--- @class Workspace
+--- @field public members string[]
+Workspace = {
+ members = {
+ "examples/greet/",
+ "examples/greet_from_library/",
+ "examples/just_return/",
+ },
+}