diff options
author | Dan Korostelev <nadako@gmail.com> | 2015-03-24 01:19:13 +0300 |
---|---|---|
committer | Dan Korostelev <nadako@gmail.com> | 2015-03-24 01:19:13 +0300 |
commit | f1159951711a45c6f52b78ec247634c18f7de0b5 (patch) | |
tree | 337791f7da4813d09b60b8d5a3e3a37ec30da918 | |
parent | c8237baf36b9ad182a34402f0a32a1e60adb9776 (diff) |
Use "haxe" highlighting instead of C#
-rw-r--r-- | haxe.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haxe.html.markdown b/haxe.html.markdown index 8599de8d..b8e6a265 100644 --- a/haxe.html.markdown +++ b/haxe.html.markdown @@ -11,7 +11,7 @@ Haxe author). Note that this guide is for Haxe version 3. Some of the guide may be applicable to older versions, but it is recommended to use other references. -```csharp +```haxe /* Welcome to Learn Haxe 3 in 15 minutes. http://www.haxe.org This is an executable tutorial. You can compile and run it using the haxe |