0
0

📝 improve code example syntax highlighting

This commit is contained in:
DrMaxNix 2022-11-02 12:08:41 +01:00 committed by GitHub
parent d8ddfe95e8
commit a611b35b81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ Basic assembly-like high-level programming language
## Example
```asm
```ruby
set $q 0
loop:
@ -21,7 +21,7 @@ if $q < 10
jump "loop"
```
```asm
```
0
1
2