mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
readme: Update syntax highlighting
This commit is contained in:
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
Block a user