expanded syntax with start() & upd() functions

This commit is contained in:
Bartek Zbytniewski
2025-04-17 22:11:40 +02:00
parent 5e54716007
commit 14e31d02fc

View File

@@ -54,7 +54,7 @@ contexts:
scope: support.function.curlywasm scope: support.function.curlywasm
# Built-in functions # 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 scope: support.function.curlywasm
# Data blocks - Match 'data {' together and push context # Data blocks - Match 'data {' together and push context