dannymcgee / vscode-wgsl

Rich language support for WebGPU Shading Language
Apache License 2.0
14 stars 1 forks source link

Update numeric literal token patterns #17

Closed dannymcgee closed 4 months ago

dannymcgee commented 4 months ago

The previous token patterns were out-of-date with the current spec. This PR fixes that, and also updates the TextMate grammar to match numeric literals more accurately.