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 3dde794 commit 952a76c
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 @@ -5,7 +5,7 @@ detect:

rules:
- statement: "\\b(func|end|begin|asm|include|inline|if|then|elseif|else|while|do)\\b"
- statement: "\\b(let|feature|implements|requires|struct|version|return|const)\\b"
- statement: "\\b(let|enable|requires|struct|version|return|const|enum|restrict)\\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 952a76c

Please sign in to comment.