├── .build ├── .gitignore ├── README.md ├── main.py ├── override.txt └── radicals.txt ├── .vscode ├── extensions.json └── settings.json ├── LICENSE ├── README.md ├── loengfan.dict.yaml └── loengfan.schema.yaml /.build/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CanCLID/rime-loengfan/HEAD/.build/.gitignore -------------------------------------------------------------------------------- /.build/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CanCLID/rime-loengfan/HEAD/.build/README.md -------------------------------------------------------------------------------- /.build/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CanCLID/rime-loengfan/HEAD/.build/main.py -------------------------------------------------------------------------------- /.build/override.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CanCLID/rime-loengfan/HEAD/.build/override.txt -------------------------------------------------------------------------------- /.build/radicals.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CanCLID/rime-loengfan/HEAD/.build/radicals.txt -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CanCLID/rime-loengfan/HEAD/.vscode/extensions.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CanCLID/rime-loengfan/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CanCLID/rime-loengfan/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CanCLID/rime-loengfan/HEAD/README.md -------------------------------------------------------------------------------- /loengfan.dict.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CanCLID/rime-loengfan/HEAD/loengfan.dict.yaml -------------------------------------------------------------------------------- /loengfan.schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CanCLID/rime-loengfan/HEAD/loengfan.schema.yaml --------------------------------------------------------------------------------