I’m using Sublime to temporary files generated by tools like chef. Since the temporary files have no particular extension associated to them, Sublime simply opens the file with standard text syntax highlighting.
Is there a way I can specify to the sublime command line to open the file with a specific syntax highlighting?
Right now I’m opening the file as follows:
subl.exe -n -w %1
Is there any way to do something like:
subl.exe -n -w --syntax-color:json %1
Thanks,
Eric