Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(odin): don't mark identifiers of a function call as
@type
Some function (specifically in C that are ported/bound to in Odin) have a CamelCase naming convention, currently in a call like `foo.Bar()` they are highlighted as if `Bar` is a type. This PR changes that to be highlighted as a normal function call.
- Loading branch information