monaco-editor/src/basic-languages/wgsl
David Neto fb47a0f545 Avoid a hack in the WGSL lexer
This is a non-functioal change.

The current rule for delimiters was silly: it should have been a
character class range (e.g. [ ... ]).

Move delimiter handling into the symbols matcher.
2023-04-04 10:16:27 -04:00
..
wgsl.contribution.ts Add WebGPU Shading Language tokenizer, with tests 2023-04-03 19:09:35 -04:00
wgsl.test.ts Add WebGPU Shading Language tokenizer, with tests 2023-04-03 19:09:35 -04:00
wgsl.ts Avoid a hack in the WGSL lexer 2023-04-04 10:16:27 -04:00