[janet/en] [reason/en] use correct highlight lang

This commit is contained in:
Boris Verkhovskiy 2024-05-14 17:26:52 -06:00
parent 8cc5c997c6
commit 8c3acb8fb2
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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 */
/*----------------------------------------------