1.15 support COBOL ext '', 'cbl', 'cob', 'cobol' | COBOL 拓展名支持 无拓展名、cbl、cob、cobol

This commit is contained in:
林万程
2022-04-28 00:47:45 +08:00
parent ac92738979
commit e26ff72da8
4 changed files with 11 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ plugins {
}
group 'io.github.linwancen'
version '1.14.0.' + (new Date().format('yyyy.MM.dd_HH.mm'))
version '1.15.0.' + (new Date().format('yyyy.MM.dd_HH.mm'))
apply plugin: 'java'
@@ -39,6 +39,7 @@ patchPluginXml {
changeNotes = """
<h2>English Change Notes:</h2>
<ul>
<li>1.15 Add line-end-comment support COBOL ext '', 'cbl', 'cob', 'cobol'
<li>1.14 Add line-end-comment skip Annotation, skip only English (ASCII)
<li>1.13 Add Copy With Line Comment & Add Line Comment
<li>1.12 ★ External Comment for COBOL etc
@@ -57,6 +58,7 @@ patchPluginXml {
<h2>中文更新说明:</h2>
<ul>
<li>1.15 增加 行末注释 COBOL 拓展名支持 无拓展名、cbl、cob、cobol
<li>1.14 增加 行末注释 忽略注解 与 忽略纯英文
<li>1.13 增加 带行末注释复制 和 添加行末注释
<li>1.12 ★ 外部注释用于 COBOL 等