syntax highlighting / editing STON files
Hi, is there syntax highlighting/validation for STON files? I'm currently editing STON file like this one https://github.com/hpi-swa/smalltalkCI#minimal-smalltalkston-template and obviously I would prefer if I knew that I forgot comma/typo/whatever when editing the file and not when the CI build fails. Do we have the technology? :) Thanks, Peter
Peter,
On 12 Feb 2016, at 12:22, Peter Uhnák <i.uhnak@gmail.com> wrote:
Hi,
is there syntax highlighting/validation for STON files?
I'm currently editing STON file like this one https://github.com/hpi-swa/smalltalkCI#minimal-smalltalkston-template
and obviously I would prefer if I knew that I forgot comma/typo/whatever when editing the file and not when the CI build fails.
Do we have the technology? :)
Thanks, Peter
No, this is not available, as far as I know. And yes, it would be cool to have. You probably can get somewhere using JSON or JavaScript modes. Sven
participants (2)
-
Peter Uhnák -
Sven Van Caekenberghe