diff --git a/doc/syntax.md b/doc/syntax.md
index 2bb3518..5d6acbb 100644
--- a/doc/syntax.md
+++ b/doc/syntax.md
@@ -90,6 +90,7 @@ _instruction
for
each
while
+ handle
value
""
@@ -183,4 +184,13 @@ step
do
ws "" instructions "" ws
+
+handle
+ ws "" try catch "" ws
+
+try
+ ws "" instructions "" ws
+
+catch
+ ws "" instructions "" ws
```
\ No newline at end of file