A Sublime Text 3 plugin to help write faster JSML.
JSML-Formatter should become available on Package Control soon.
Use the keyboard command ctrl-[ to create a new JSML array with one element, i.e.
[
{
t: "p",
T: "dorem ipsum",
},
],Use the keyboard command ctrl-{ to create a new JSML element, i.e.
{
t: "p",
T: "dorem ipsum",
},Note, these shortcuts work only on .jsml files, to avoid confusion.
- Add settings so that users can use the commands on any file they choose, as opposed to just
.jsml - Bug fixes
- Sublime Text 2 Support
- Implement linting of some sort
- Global domination
Send a pull request here: https://github.com/mjkaufer/JSML-Autoformat
Check out JSML's readme here: https://github.com/mjkaufer/JSML