diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-08 07:07:03 -0700 |
---|---|---|
committer | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-08 07:07:03 -0700 |
commit | 216018a02e80fcc369c5c2786538593fa8fd199d (patch) | |
tree | e388f5d01f5dc1b13cd0d86ec6e2f8cf8106bfb2 /zh-cn/livescript-cn.html.markdown | |
parent | 52efd27986c78e7a3d78a2c2b82c186d66eec10f (diff) |
Update highlighting languages
Diffstat (limited to 'zh-cn/livescript-cn.html.markdown')
-rw-r--r-- | zh-cn/livescript-cn.html.markdown | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/zh-cn/livescript-cn.html.markdown b/zh-cn/livescript-cn.html.markdown index cc7daab1..8283fdb3 100644 --- a/zh-cn/livescript-cn.html.markdown +++ b/zh-cn/livescript-cn.html.markdown @@ -21,14 +21,13 @@ LiveScript 目前已释出稳定版本,开发中的新版本将会加入更多 [@kurisuwhyte](https://twitter.com/kurisuwhyte) 与我连系 :) -```coffeescript +```livescript # 与 CoffeeScript 一样,LiveScript 使用 # 单行注解。 /* 多行注解与 C 相同。使用注解可以避免被当成 JavaScript 输出。 */ -``` -```coffeescript + # 语法的部份,LiveScript 使用缩进取代 {} 来定义区块, # 使用空白取代 () 来执行函数。 |