c272 / iro4cli

An open-source rewrite of Iro, a grammar generator, supporting automatic VSCode & Atom extension generation.
GNU General Public License v3.0
35 stars 5 forks source link

Add support for tmLanguage json schema #12

Open jonaprieto opened 1 year ago

jonaprieto commented 1 year ago

I think it should be easy since it looks similar to the Atom spec. See here: https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json

This variant is more readable and better for maintenance.

jonaprieto commented 1 year ago

This format can be used for vscode output instead of the current flag, which btw, it should be renamed.