Skip to content

Commit

Permalink
update syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
MESYETI committed Apr 21, 2024
1 parent f80498f commit acb21d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editors/micro_callisto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +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"
- 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 acb21d9

Please sign in to comment.