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

Make missing scopes for Ace and Rouge inherit from Textmate and Pygments. #1

Closed c272 closed 4 years ago

c272 commented 4 years ago

The official build of Iro allows for use of Textmate or Pygments scopes when lacking an Ace/Rouge scope explicitly. When missing these, the compiler should check for a Textmate scope, and then assign it accordingly.

c272 commented 4 years ago

Finished for Ace, Rouge unimplemented as of now.