ap29600 / tree-sitter-odin

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

syntax highlighting breaks with inline when statements. #12

Open jjszaniszlo opened 1 month ago

jjszaniszlo commented 1 month ago

Hi, it seems that syntax highlighting has an issue with odin's single line when statement. Attached are screenshots demonstrating what I mean.

Screenshot 2024-07-30 094133 Screenshot 2024-07-30 094112

ap29600 commented 1 month ago

as per the comment on #13 , I'll look into this but I'm not prioritizing it. It's likely that I just forgot to add a rule for that.