mirror of
https://github.com/helix-editor/helix
synced 2026-08-12 17:00:24 +02:00
Some of the odin highlights seemed wrong or lacking, like the import names were not being matched: ```odin // color both "rl" here to same value import rl "vendor:raylib" ... rl.Vector3 ``` Import color was also not being used correctly