mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-09 16:26:53 +02:00
[janet/en] [reason/en] use correct highlight lang
This commit is contained in:
@@ -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
|
||||
legs inside the vehicle at all times, and on with the scenic tour!
|
||||
|
||||
```python
|
||||
```janet
|
||||
# A comment.
|
||||
|
||||
# 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.
|
||||
|
||||
```javascript
|
||||
```reason
|
||||
/* Comments start with slash-star, and end with star-slash */
|
||||
|
||||
/*----------------------------------------------
|
||||
|
Reference in New Issue
Block a user