diff options
author | Adam <adam@adambard.com> | 2014-07-29 00:23:32 +0200 |
---|---|---|
committer | Adam <adam@adambard.com> | 2014-07-29 00:23:32 +0200 |
commit | c87923fd5ce323cd891407e9abf00db5648c7172 (patch) | |
tree | 7169a0cbf64fd574c999c4bffd5329f07b44565e /zh-cn | |
parent | 0b4567345f18e267d8bf222c49d9fe560b2469b9 (diff) |
Also we don't support julia highlighting yet.
Diffstat (limited to 'zh-cn')
-rw-r--r-- | zh-cn/julia-cn.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/julia-cn.html.markdown b/zh-cn/julia-cn.html.markdown index b91cd7a3..7afc9043 100644 --- a/zh-cn/julia-cn.html.markdown +++ b/zh-cn/julia-cn.html.markdown @@ -8,7 +8,7 @@ translators: lang: zh-cn --- -```julia +```ruby # 单行注释只需要一个井号 #= 多行注释 只需要以 '#=' 开始 '=#' 结束 |