teal-src: Add keyval+ store type

This commit is contained in:
Matthew Wild 2023-03-28 10:22:55 +01:00
parent 41c23d5616
commit 5a831462c3

View file

@ -75,6 +75,7 @@ global record moduleapi
load_resource : function (moduleapi, string, file_mode) : FILE
enum store_type
"keyval"
"keyval+"
"map"
"archive"
end