DanielGavin / ols

Language server for Odin
MIT License
375 stars 56 forks source link

Fix @(require) import "core:fmt" #413

Closed Kelimion closed 1 week ago

Kelimion commented 1 week ago

@(require) import "core:fmt" previously showed a syntax error and that was fixed upstream in core:odin in aa27cd4b. Make this work in the OLS formatter as well.

image