Closed Meru closed 8 years ago
This project hasn't been updated for Sublime Text 3 yet. There hasn't been any activity for quite a while, so I'm unsure if support is coming or not...
Ouch. I just saw that last commit was 5 days ago and assumed that project is active. That's where my mistake was, probably. I see.
@MeruP, this package predates the .sublime-syntax
format and instead solely focusses on a prettier presentation of .tmLanguage
files (thus, it uses the .YAML-tmLanguage
extension).
If you want to generate a .sublime-syntax
file from a .tmLanguage
, use the built-in command to convert to a .sublime-syntax
file instead.
To do that,
This project hasn't been updated for Sublime Text 3 yet.
This package has supported ST3 since Jan 2014, which is over 2 years ago. (#38)
I just saw that last commit was 5 days ago and assumed that project is active.
It still works just fine in most situations, which is why an update isn't necessary. I do have plans to extend it eventually (see open issues) but not enough time at this moment.
Hi. Maybe I don't understand something, but I just tried PackageDev for the sake of converting my custom syntax to YAML and noticed that. PackageDev creates something that looks like:
but this doesn't work in Sublime and doesn't seem to follow the spec: http://www.sublimetext.com/docs/3/syntax.html
This works. I haven't tested it beyond header. Am I doing something wrong?
Edit: also it creates files
.YAML-tmLanguage
. Shouldn't it be.sublime-syntax
?