From de1fc9ddbcab65869440fb148c885c57eb272df8 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 23 Jul 2013 07:52:21 -0700 Subject: Fix --- livescript.html.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'livescript.html.markdown') diff --git a/livescript.html.markdown b/livescript.html.markdown index 2c72df0a..8e11439b 100644 --- a/livescript.html.markdown +++ b/livescript.html.markdown @@ -22,7 +22,7 @@ Feedback is always welcome, so feel free to reach me over at [@kurisuwhyte](https://twitter.com/kurisuwhyte) :) -```livescript +```coffeescript # Just like its CoffeeScript cousin, LiveScript uses hash symbols for # single-line comments. @@ -30,7 +30,8 @@ Feedback is always welcome, so feel free to reach me over at Multi-line comments are written C-style. Use them if you want comments to be preserved in the JavaScript output. */ - +``` +```coffeescript # As far as syntax goes, LiveScript uses indentation to delimit blocks, # rather than curly braces, and whitespace to apply functions, rather # than parenthesis. -- cgit v1.2.3