Add languages

This commit is contained in:
cyp0633 2022-07-11 16:15:28 +08:00
parent 5323df832a
commit 607e5f5b82
Signed by: cyp0633
GPG Key ID: CF90D09FB1FDCE45
1 changed files with 24 additions and 0 deletions

View File

@ -137,6 +137,30 @@ end
> Three text code blocks, and a code block linted in Ruby
```verilog
// Verilog
module top (/* ... */);
/* ... */
```
```rust
// Rust
fn main() {
println!("Hello, world!");
}
```
```assembly
# assembly
.text
main:
la $s0, A
lw $s0, 0($s0)
la $s1, B
lw $s1, 0($s1)
```
> Some tricky languages linting
## HTML blocks
<table><tr><td>