The Wayback Machine - https://web.archive.org/web/20200601122807/https://github.com/topics/code-snippets
Skip to content
#

code-snippets

Here are 127 public repositories matching this topic...

kvii2202
kvii2202 commented May 4, 2020

bug .bat.lang is not right

不怎么会英语,将就看吧
bat.lang 的 commits 项不对,导致使用 DOS 渲染 .bat 代码时不能正确渲染注释

正确

、、、
Comments={
{ Block=false,
Delimiter= { [[(rem|Rem|REM)]] },
},
{ Block=false,
Delimiter= { [[::]] },
}
}
、、、

原文(大概?忘记备份了)

、、、
Comments={
{ Block=false,
Delimiter= { [^[(rem|Rem|REM)*]] },
此处不应有 ^ 和 *
},
此处多了个 ,
}
、、、

java 10

Improve this page

Add a description, image, and links to the code-snippets topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the code-snippets topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.