Color save, async, set, end with multi key, COBOL key demo | 颜色保存,异步,多 key 结束,COBOL 关键字示例

This commit is contained in:
林万程
2022-04-13 02:04:27 +08:00
parent baa50ba361
commit 7033ae5704
11 changed files with 60 additions and 40 deletions

View File

@@ -70,6 +70,11 @@ public class LineExt {
}
appendKeyDoc(sb, matcher, keyMap);
}
int before;
do {
before = sb.length();
appendKeyDoc(sb, matcher, keyMap);
} while (sb.length() != before);
if (!haveDoc) {
return null;
}