From 14e31d02fc3e59db9664c9a36a5530c1e68ed4e9 Mon Sep 17 00:00:00 2001 From: Bartek Zbytniewski Date: Thu, 17 Apr 2025 22:11:40 +0200 Subject: [PATCH] expanded syntax with start() & upd() functions --- syntax/CurlyWASM.sublime-syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/CurlyWASM.sublime-syntax b/syntax/CurlyWASM.sublime-syntax index 0c2619f..2d49d5c 100644 --- a/syntax/CurlyWASM.sublime-syntax +++ b/syntax/CurlyWASM.sublime-syntax @@ -54,7 +54,7 @@ contexts: scope: support.function.curlywasm # Built-in functions - - match: \b(sqrt|min|max|ceil|floor|trunc|nearest|abs|copysign|select|trunc_sat_f32_u)\b + - match: \b(start|upd|sqrt|min|max|ceil|floor|trunc|nearest|abs|copysign|select|trunc_sat_f32_u)\b scope: support.function.curlywasm # Data blocks - Match 'data {' together and push context