diff options
author | Adam <adam@adambard.com> | 2014-09-08 13:08:28 +0200 |
---|---|---|
committer | Adam <adam@adambard.com> | 2014-09-08 13:08:28 +0200 |
commit | eab554a7a7f2869ff7dac9f54acce9a7ed55cfa4 (patch) | |
tree | 6aa56adb4c78581ad7b6dbb13b5aef0968df8384 /zh-cn/r-cn.html.markdown | |
parent | c0d8a18b08d114dd0142a09f6787c7221b423802 (diff) |
Review docs for added rouge lexers and update those with new highlighters
Diffstat (limited to 'zh-cn/r-cn.html.markdown')
-rw-r--r-- | zh-cn/r-cn.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/r-cn.html.markdown b/zh-cn/r-cn.html.markdown index 19c5f25d..0c46bc22 100644 --- a/zh-cn/r-cn.html.markdown +++ b/zh-cn/r-cn.html.markdown @@ -13,7 +13,7 @@ lang: zh-cn R 是一门统计语言。它有很多数据分析和挖掘程序包。可以用来统计、分析和制图。 你也可以在 LaTeX 文档中运行 `R` 命令。 -```python +```r # 评论以 # 开始 # R 语言原生不支持 多行注释 |