Skip to content

Commit 2aab653

Browse files
committed
update syntax highlighting for micro
1 parent 0d3c681 commit 2aab653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/micro_callisto.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +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"
9+
- statement: "\\b(continue|break|union)\\b"
1010
- type: "\\b(addr|void|u8|i8|u16|i16|u32|i32|u64|i64|size|usize|cell|array)\\b"
1111

1212
- constant.string:

0 commit comments

Comments
 (0)