alecthomas / chroma

A general purpose syntax highlighter in pure Go
MIT License
4.35k stars 398 forks source link

WebAssembly Text Format #754

Open l1mey112 opened 1 year ago

l1mey112 commented 1 year ago

What feature do you propose?

I propose syntax highlighting support for the WebAssembly Text Format, wat, or wast

l1mey112 commented 1 year ago

pygments already supports wat/wast, a simple translation using the existing _tools is possible