Skip to content

Commit

Permalink
update syntax highlighting for micro
Browse files Browse the repository at this point in the history
  • Loading branch information
MESYETI committed May 1, 2024
1 parent 0d3c681 commit 2aab653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editors/micro_callisto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ detect:
rules:
- statement: "\\b(func|end|begin|asm|include|inline|if|then|elseif|else|while|do)\\b"
- statement: "\\b(let|enable|requires|struct|version|return|const|enum|restrict)\\b"
- statement: "\\b(continue|break)\\b"
- statement: "\\b(continue|break|union)\\b"
- type: "\\b(addr|void|u8|i8|u16|i16|u32|i32|u64|i64|size|usize|cell|array)\\b"

- constant.string:
Expand Down

0 comments on commit 2aab653

Please sign in to comment.