google / playground-elements

Serverless coding environments for the web.
BSD 3-Clause "New" or "Revised" License
535 stars 53 forks source link

Add syntax highlighting to JSX and TSX files #320

Closed taylor-vann closed 1 year ago

taylor-vann commented 2 years ago

After #319 lands, users will be able to compile JSX and TSX files.

However, there is currently not any syntax highlighting support other than red squiggles on errors (still helpful though).

Close this issue when syntax highlighting is supported for both JSX and TSX files.

augustjk commented 1 year ago

Completed in https://github.com/google/playground-elements/pull/323