1
0
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:
Adam
2013-06-28 20:53:43 -07:00
parent 745760ff18
commit aac147f3e9
2 changed files with 17 additions and 10 deletions

View File

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