feat: support global variables

This commit is contained in:
2025-02-15 00:10:56 +01:00
parent 074f7caf01
commit e19bf14a43
3 changed files with 112 additions and 2 deletions

View File

@@ -7,4 +7,17 @@ project {
plan {
local "../plan"
}
global {
someName "name"
someKey {
someNestedKey "somevalue"
some {
key {
val
val
}
}
}
}
}