forked from osfans/trime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update librime plugins to latest
- Loading branch information
ut005400
committed
Aug 31, 2023
1 parent
fa9260a
commit ddd65d2
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule librime-charcode
updated
3 files
+1 −1 | CMakeLists.txt | |
+5 −0 | action-install.sh | |
+2 −2 | src/codepoint_translator.cc |
Submodule librime-lua
updated
24 files
+14 −0 | .github/workflows/ci.yml | |
+30 −0 | LICENSE | |
+1 −108 | README.md | |
+0 −0 | action-install.bat | |
+1 −1 | action-install.sh | |
+0 −5 | appveyor.rime-install.bat | |
+0 −52 | appveyor.yml | |
+23 −11 | sample/lua/charset.lua | |
+48 −0 | sample/lua/commit_history.lua | |
+224 −0 | sample/lua/component_test.lua | |
+3 −1 | sample/lua/expand_translator.lua | |
+73 −0 | sample/lua/leveldb.lua | |
+83 −69 | sample/lua/number.lua | |
+29 −0 | sample/rime.lua | |
+110 −0 | sample/test.schema.yaml | |
+24 −7 | src/lib/lua.cc | |
+4 −0 | src/lib/lua.h | |
+61 −0 | src/lib/lua_export_type.h | |
+182 −79 | src/lib/lua_templates.h | |
+24 −0 | src/lib/luatype_boost_optional.h | |
+39 −22 | src/lua_gears.cc | |
+189 −0 | src/opencc.cc | |
+330 −116 | src/types.cc | |
+371 −0 | src/types_ext.cc |
Submodule librime-octagram
updated
4 files
+1 −1 | src/gram_db.cc | |
+1 −1 | src/grammar_module.cc | |
+38 −16 | src/octagram.cc | |
+16 −2 | src/octagram.h |