PolyMeilex / vscode-wgsl

VsCode Syntax highlight for WGSL files
MIT License
79 stars 8 forks source link

Add support for new attribute syntax using `@` #8

Closed maku693 closed 2 years ago

maku693 commented 2 years ago

Now WGSL uses @ for attributes instead of double brackets. cf. https://github.com/gpuweb/gpuweb/pull/2517

So I added support for that, and update test.wgsl to use new syntax.

PolyMeilex commented 2 years ago

Oh, that looks great!

MatchaChoco010 commented 2 years ago

@PolyMeilex Could you please release this update to the marketplace? Thanks for the nice extension!

PolyMeilex commented 2 years ago

@PolyMeilex Could you please release this update to the marketplace? Thanks for the nice extension!

Done