summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-09-19 10:39:28 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-09-19 10:39:28 -0400
commit75a95d4896979749230052df07b373f0f389b656 (patch)
tree85041e701e8cf46af889c2892b44c39e73294fbb
parent10a263845415d8fe148dc93d443cf3db311fdce6 (diff)
Add WAT keyword 'if'.
-rw-r--r--syntax-highlight/wat.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax-highlight/wat.scm b/syntax-highlight/wat.scm
index 80d1652..996c076 100644
--- a/syntax-highlight/wat.scm
+++ b/syntax-highlight/wat.scm
@@ -42,7 +42,7 @@
(define %keywords
'("i31" "i32" "i64" "f32" "f64" "eq" "string" "module" "type" "func"
"array" "struct" "mut" "ref" "extern" "null" "field" "sub" "import"
- "export" "param" "result" "block" "loop" "local" "rec" "memory"
+ "export" "param" "result" "block" "loop" "if" "local" "rec" "memory"
"data" "table" "elem" "global" "start"))
;; TODO: WAT has some weird commenting syntax that this doesn't