https://github.com/vimaec/vim-format
Contains serialization code for the VIM file format
https://github.com/vimaec/vim-format
Last synced: over 1 year ago
JSON representation
Contains serialization code for the VIM file format
- Host: GitHub
- URL: https://github.com/vimaec/vim-format
- Owner: vimaec
- License: mit
- Created: 2023-02-12T00:22:30.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-02-12T22:41:24.000Z (over 1 year ago)
- Last Synced: 2025-02-12T23:29:51.718Z (over 1 year ago)
- Language: HTML
- Size: 2.94 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# VIM Format
Contains serialization code for the VIM file format
This repository contains source code of the VIM libraries in three languages:
- [C#](src/cs/)
- [C++](src/cpp/)
- [TypeScript](src/ts/)
## VIM
The documentation for the VIM format can be found [here](docs/vim.md).
## VIM Object Model
The documentation for the VIM Object Model can be found [here](docs/object-model.md).
## Math3D
The documentation for the Math3D library can be found [here](docs/math3d.md).
## BFast
The documentation for the BFast format can be found [here](docs/bfast.md).
## LinqArray
The documentation for the LinqArray library can be found [here](docs/linqarray.md).