From dc643347e7636f76020e9abaa68c3c0679c798d9 Mon Sep 17 00:00:00 2001 From: numzero Date: Sat, 28 Sep 2024 00:32:14 +0300 Subject: [PATCH] Split control flow and other keywords --- wgsl.xml | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/wgsl.xml b/wgsl.xml index 2c8581a..6fad7ef 100644 --- a/wgsl.xml +++ b/wgsl.xml @@ -12,30 +12,33 @@ alias - break - case const const_assert - continue - continuing - default diagnostic - discard - else enable false fn - for - if let - loop override requires - return struct - switch true var + + + + break + case + continue + continuing + default + discard + else + for + if + loop + return + switch while @@ -139,6 +142,7 @@ +