mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-16 03:34:53 +02:00
Use Csharp syntax highlighting for fsharp
This commit is contained in:
@@ -15,7 +15,7 @@ The syntax of F# is similar to Python:
|
||||
|
||||
If you want to try out the code below, you can go to [tryfsharp.org](http://www.tryfsharp.org/Create) and paste it into an interactive REPL.
|
||||
|
||||
```fsharp
|
||||
```csharp
|
||||
|
||||
// single line comments use a double slash
|
||||
(* multi line comments use (* . . . *) pair
|
||||
|
Reference in New Issue
Block a user