mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
[janet/en] [reason/en] use correct highlight lang
This commit is contained in:
parent
8cc5c997c6
commit
8c3acb8fb2
@ -18,7 +18,7 @@ As we only have a scant *y* minutes, we'll survey the basics here and
|
|||||||
leave the remaining details for the manual. So please, keep your arms and
|
leave the remaining details for the manual. So please, keep your arms and
|
||||||
legs inside the vehicle at all times, and on with the scenic tour!
|
legs inside the vehicle at all times, and on with the scenic tour!
|
||||||
|
|
||||||
```python
|
```janet
|
||||||
# A comment.
|
# A comment.
|
||||||
|
|
||||||
# Some literal values.
|
# Some literal values.
|
||||||
|
@ -7,7 +7,7 @@ contributors:
|
|||||||
|
|
||||||
Reason is a syntax over OCaml that is easier to get started for programmers who are familiar with C-style syntax like JavaScript. BuckleScript is part of the toolchain which compiles Reason to JavaScript so you can write statically typed code for anywhere that JavaScript runs.
|
Reason is a syntax over OCaml that is easier to get started for programmers who are familiar with C-style syntax like JavaScript. BuckleScript is part of the toolchain which compiles Reason to JavaScript so you can write statically typed code for anywhere that JavaScript runs.
|
||||||
|
|
||||||
```javascript
|
```reason
|
||||||
/* Comments start with slash-star, and end with star-slash */
|
/* Comments start with slash-star, and end with star-slash */
|
||||||
|
|
||||||
/*----------------------------------------------
|
/*----------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user