readme: Update syntax highlighting
parent
75e2a29cb5
commit
8ebb3a0fb8
|
@ -145,7 +145,7 @@ glfw dependency will be removed soon.
|
||||||
|
|
||||||
[examples/hello_v_js.v](examples/hello_v_js.v):
|
[examples/hello_v_js.v](examples/hello_v_js.v):
|
||||||
|
|
||||||
```
|
```v
|
||||||
fn main() {
|
fn main() {
|
||||||
for i := 0; i < 3; i++ {
|
for i := 0; i < 3; i++ {
|
||||||
println('Hello from V.js')
|
println('Hello from V.js')
|
||||||
|
|
Loading…
Reference in New Issue