summaryrefslogtreecommitdiffstats
path: root/autoexp.snippet
diff options
context:
space:
mode:
Diffstat (limited to 'autoexp.snippet')
-rw-r--r--autoexp.snippet8
1 files changed, 8 insertions, 0 deletions
diff --git a/autoexp.snippet b/autoexp.snippet
index a430e23..0d9c132 100644
--- a/autoexp.snippet
+++ b/autoexp.snippet
@@ -22,6 +22,14 @@ const char[]|char[]|string {
)
)
)
+ stringview (
+ #if ($e.data == 0) ( "null" )
+ #else (
+ #(
+ [$e.data, s]
+ )
+ )
+ )
children (
#(
length: [$e.length, i],