tree-sitter-grammars / tree-sitter-odin

Odin grammar for tree-sitter
MIT License
17 stars 4 forks source link

feat: more lenient towards different function naming convention #15

Closed laytan closed 4 months ago

laytan commented 4 months ago

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.

amaanq commented 4 months ago

nice, thanks