We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80498f commit acb21d9Copy full SHA for acb21d9
editors/micro_callisto.yaml
@@ -6,6 +6,7 @@ detect:
6
rules:
7
- statement: "\\b(func|end|begin|asm|include|inline|if|then|elseif|else|while|do)\\b"
8
- statement: "\\b(let|enable|requires|struct|version|return|const|enum|restrict)\\b"
9
+ - statement: "\\b(continue|break)\\b"
10
- type: "\\b(addr|void|u8|i8|u16|i16|u32|i32|u64|i64|size|usize|cell|array)\\b"
11
12
- constant.string:
0 commit comments