Add definition in the newer .sublime-syntax file#16
Add definition in the newer .sublime-syntax file#16kbjr wants to merge 4 commits intosamsalisbury:masterfrom
.sublime-syntax file#16Conversation
samsalisbury
left a comment
There was a problem hiding this comment.
Hi @kbjr, thanks for the PR, just a few things to consider:
- Would it break things if we kept the changes made to the
.tmLanguagefile there as well to make future conversions easier? - Can we add this new file to the test workflow?
- Could we perform the conversion in the workflow to validate that the files are equivalent?
Thanks
I'm not sure, so I left it out for safety. I can try loading up the updated file in Sublime and test some stuff out manually to see if it looks like its still working.
Yeah, it looks like the validation tool supports the new file format too, so that should be as easy as adding it to the list.
That I'm not sure. I didn't find any evidence of an easily scriptable way to do the conversion when I was first looking into this; I triggered the conversion tool from in sublime's command palette to generate this file. |
samsalisbury
left a comment
There was a problem hiding this comment.
OK, thanks for adding to the workflow, this is good to merge. I added a basic readme pointing to this PR for reference on how to contribute. If you have time, it would be great to add a bit more of a stop-by-step to the readme for the process you followed here.
…o `sublime-syntax`; make update to `tmLanguage` files needed for the conversion tool to recognize them properly
|
The loaded the updated I also added a section to the readme file with more details about how to do the conversion. |
This PR adds a new file containing the
.sublime-syntaxfile generated by using Sublime's built-in converter. This did require making a small change to the.tmLanguagefile before the converter tool would recognize it, seen below:See http://www.sublimetext.com/docs/syntax.html for details about the new
.sublime-syntaxformat.