mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-02 03:12:20 +00:00
Fix kw list
This commit is contained in:
parent
47374609e3
commit
26d8f0ce08
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ pub const EXPECT: &str = "expect";
|
|||
pub const EXPECT_FX: &str = "expect-fx";
|
||||
pub const CRASH: &str = "crash";
|
||||
|
||||
pub const KEYWORDS: [&str; 9] = [IF, THEN, ELSE, WHEN, AS, IS, DBG, EXPECT, EXPECT_FX, CRASH];
|
||||
pub const KEYWORDS: [&str; 10] = [IF, THEN, ELSE, WHEN, AS, IS, DBG, EXPECT, EXPECT_FX, CRASH];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue