Skip to content

Commit acb21d9

Browse files
committed
update syntax highlighting
1 parent f80498f commit acb21d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editors/micro_callisto.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ detect:
66
rules:
77
- statement: "\\b(func|end|begin|asm|include|inline|if|then|elseif|else|while|do)\\b"
88
- statement: "\\b(let|enable|requires|struct|version|return|const|enum|restrict)\\b"
9+
- statement: "\\b(continue|break)\\b"
910
- type: "\\b(addr|void|u8|i8|u16|i16|u32|i32|u64|i64|size|usize|cell|array)\\b"
1011

1112
- constant.string:

0 commit comments

Comments
 (0)