mirror of
https://github.com/iDvel/rime-ice.git
synced 2026-05-14 00:30:37 +08:00
* refactor: rewrite lunar.lua based on ReverseDb(), fix #1525 #1238 * test: fix test suite for lunar.db * fix: 注释错误 * fix: 清理旧注释
39 lines
449 B
Lua
39 lines
449 B
Lua
std = "lua54"
|
|
|
|
globals = {
|
|
"Candidate",
|
|
"Component",
|
|
"ConfigValue",
|
|
"DictEntry",
|
|
"KeyEvent",
|
|
"KeySequence",
|
|
"LevelDb",
|
|
"Memory",
|
|
"Opencc",
|
|
"Projection",
|
|
"ReverseLookup",
|
|
"Schema",
|
|
"Segment",
|
|
"Set",
|
|
"ShadowCandidate",
|
|
"Spans",
|
|
"Switcher",
|
|
"TableDb",
|
|
"UniquifiedCandidate",
|
|
"UserDb",
|
|
"yield",
|
|
"log",
|
|
"rime_api",
|
|
"ReverseDb"
|
|
}
|
|
|
|
ignore = {
|
|
"111",
|
|
"121",
|
|
"142",
|
|
"143",
|
|
"211",
|
|
"212",
|
|
"631",
|
|
}
|