summaryrefslogtreecommitdiffhomepage
path: root/livescript.html.markdown
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-04-08 07:07:03 -0700
committerBoris Verkhovskiy <boris.verk@gmail.com>2024-04-08 07:07:03 -0700
commit216018a02e80fcc369c5c2786538593fa8fd199d (patch)
treee388f5d01f5dc1b13cd0d86ec6e2f8cf8106bfb2 /livescript.html.markdown
parent52efd27986c78e7a3d78a2c2b82c186d66eec10f (diff)
Update highlighting languages
Diffstat (limited to 'livescript.html.markdown')
-rw-r--r--livescript.html.markdown5
1 files changed, 2 insertions, 3 deletions
diff --git a/livescript.html.markdown b/livescript.html.markdown
index 9235f5ce..56d3099e 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) :)
-```coffeescript
+```livescript
# Just like its CoffeeScript cousin, LiveScript uses number symbols for
# single-line comments.
@@ -30,8 +30,7 @@ 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.