1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-09 00:06:47 +02:00

Review docs for added rouge lexers and update those with new highlighters

This commit is contained in:
Adam
2014-09-08 13:08:28 +02:00
parent c0d8a18b08
commit eab554a7a7
20 changed files with 21 additions and 21 deletions

View File

@@ -13,7 +13,7 @@ This article will focus only on TypeScript extra syntax, as oposed to [JavaScrip
To test TypeScript's compiler, head to the [Playground] (http://www.typescriptlang.org/Playground) where you will be able to type code, have auto completion and directly see the emitted JavaScript.
```ts
```js
//There are 3 basic types in TypeScript
var isDone: boolean = false;
var lines: number = 42;