aboutsummaryrefslogtreecommitdiff
path: root/core.nom
diff options
context:
space:
mode:
Diffstat (limited to 'core.nom')
-rw-r--r--core.nom4
1 files changed, 2 insertions, 2 deletions
diff --git a/core.nom b/core.nom
index 110fd18..b43d264 100644
--- a/core.nom
+++ b/core.nom
@@ -285,9 +285,9 @@ rule "dict %items":
lua block "vars.dict[vars.pair[1]] = vars.pair[2]"
return %dict
-rule "%dict -> %key":
+rule "%dict 's %key":
lua expr "vars.dict[vars.key]"
-rule "%dict -> %key = %value":
+rule "%dict 's %key = %value":
lua block "vars.dict[vars.key] = vars.value"