aboutsummaryrefslogtreecommitdiff
path: root/tests/semantic_tokens_test.odin
Commit message (Expand)AuthorAgeFilesLines
* Correctly parse param default value for semantic typesBrad Lewis2025-09-171-0/+24
* Correctly type fixed array selector fieldsBrad Lewis2025-09-171-1/+22
* Proc named returns should not be marked as parametersBrad Lewis2025-09-071-0/+19
* Parse fields correctlyBrad Lewis2025-09-071-0/+30
* Handle semantic token for const global variables returned from functionsBrad Lewis2025-07-281-0/+3
* Correctly resolve semantic tokens for basic literals and castsBrad Lewis2025-07-281-0/+19
* Check if a value declaration is a comp lit for semantic tokensBrad Lewis2025-07-251-2/+19
* Fix extraneous .Type semantic tokenslujaire2024-07-031-6/+5
* Setup tests for semantic tokens and add one simple testDamian Tarnawski2024-06-131-0/+36