mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-10 08:44:28 +02:00
Remove unsupported highlight languages (#4962)
This commit is contained in:
committed by
GitHub
parent
12ecedd4f5
commit
36db268e38
@@ -26,7 +26,7 @@ code in browser or any other JS-enabled runtime. When using this feature,
|
|||||||
TypeScript definitions get created, so you can interact with your Gleam code
|
TypeScript definitions get created, so you can interact with your Gleam code
|
||||||
confidently, even from the outside.
|
confidently, even from the outside.
|
||||||
|
|
||||||
```gleam
|
```
|
||||||
//// This comment with four slashes is a module-level.
|
//// This comment with four slashes is a module-level.
|
||||||
//// This kind of comments are used to describe the whole module.
|
//// This kind of comments are used to describe the whole module.
|
||||||
|
|
||||||
|
@@ -31,7 +31,7 @@ of GolfScript, you can start running from "stdin". If you see a script starting
|
|||||||
it was probably designed to be dropped in a file and run with `golfscript file.gs`. You
|
it was probably designed to be dropped in a file and run with `golfscript file.gs`. You
|
||||||
can pipe in or enter in your input at runtime.
|
can pipe in or enter in your input at runtime.
|
||||||
|
|
||||||
```golfscript
|
```
|
||||||
> anything undefined technically evaluates to nothing and so is also a comment
|
> anything undefined technically evaluates to nothing and so is also a comment
|
||||||
# but commenting it out explicitly anyway is probably a good idea because if
|
# but commenting it out explicitly anyway is probably a good idea because if
|
||||||
# you use a reserved keyword or any punctuation you'll run into trouble.
|
# you use a reserved keyword or any punctuation you'll run into trouble.
|
||||||
|
Reference in New Issue
Block a user