/flecs-lang

vscode syntax coloring for flecs language

MIT LicenseMIT

flecs-lang

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

Screenshot

syntax coloring

Resources

Release Notes

v1.0.0

  • Initial release

v1.0.1

  • Fixed issue with member syntax being applied to entities.
  • Updated README

v1.0.2

  • Add const keyword

v1.0.3

  • Add variable syntax