Silvenga / vscode-edi-x12-support

A Visual Studio Code extension aimed at providing basic support for the EDI format.
MIT License
31 stars 14 forks source link

Adding generic filetype support #18

Closed tylerxwright closed 1 year ago

tylerxwright commented 1 year ago

This is almost exactly what I'm looking for. I deal with X12 EDI quite a bit and having a grammer to assist is awesome. I'm wondering if adding an action that allows you to take the current document and make is Syntax Highlighted would be useful. We have x12 documents with dumb extensions all over the place (like a date/timestamp for the extension...). It would be awesome if I could do a cmd+shift+p -> Hightlight X12 would be a good addition. I could assist in making it but im really asking if others would find it useful.

tylerxwright commented 1 year ago

Just noticed the prettify command...nice