MarioRicalde / SCSS.tmbundle

The TextMate SCSS Official Bundle. Now Compatible with SublimeText2.
833 stars 110 forks source link

Re-Centralise the Grammar Development #173

Open MarioRicalde opened 10 years ago

MarioRicalde commented 10 years ago

Currently we're providing support for more than one editor, and we just added Atom to the list. This is going to be really painful on the long run, seems like a maintenance time sync to get everything synced always.

My advise:

Figure out a good base grammar file (JSON?) and then convert to the specific filetypes needed for each distribution.

I'm thinking a Rake command, like: rake build which will generate and commit all the changes to the different branches.