An open API service indexing awesome lists of open source software.

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

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).