This extension adds syntax highlighting to vscode for files with the .flecs
extension. Files with this extension contain flecs entity descriptions, which can be used to load things like configuration, assets and scene graphs into flecs apps. Flecs is an entity component system for C/C++.
- Initial release
- Fixed issue with member syntax being applied to entities.
- Updated README
- Add const keyword
- Add variable syntax