Virakal / SublimeCobra

A Sublime Text package for the Cobra programming language
2 stars 0 forks source link

Use new .sublime-syntax format #3

Open charles-esterbrook opened 7 years ago

charles-esterbrook commented 7 years ago

Sublime now supports a relatively new YAML format for syntax highlighting described at https://www.sublimetext.com/docs/3/syntax.html

This format is easier to read and write than the old format and also eliminates the need for a compilation step when using YAML.

Some of the details are different than the AAAPackageDev YAML to Plist compiler. I don't know if you have any interest in updating SublimeCobra to match Sublime 3's new format.

Virakal commented 7 years ago

Seems useful. The testing functionality looks cool too. I'm not in a good condition to be working on it particularly soon but I'll take a look into it in more detail hopefully tonight.