Diff

teal-src/module.d.tl @ 13001:5883e78b6165

teal-src: Add keyval+ store type
author Matthew Wild <mwild1@gmail.com>
date Tue, 28 Mar 2023 10:22:55 +0100
parent 12979:fbbf4f0db8f0
child 13109:5469045ef7f0
line wrap: on
line diff
--- a/teal-src/module.d.tl	Tue Mar 28 00:30:18 2023 +0200
+++ b/teal-src/module.d.tl	Tue Mar 28 10:22:55 2023 +0100
@@ -75,6 +75,7 @@
 	load_resource : function (moduleapi, string, file_mode) : FILE
 	enum store_type
 		"keyval"
+		"keyval+"
 		"map"
 		"archive"
 	end