Skip to content

mjkaufer/JSML-Formatter

Repository files navigation

JSML-Autoformat

A Sublime Text 3 plugin to help write faster JSML.

Installing

JSML-Formatter should become available on Package Control soon.

To Use

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.

Todo

  • 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

Contributing

Send a pull request here: https://github.com/mjkaufer/JSML-Autoformat

What's JSML?

Check out JSML's readme here: https://github.com/mjkaufer/JSML

About

A Sublime Text 3 plugin to help write faster JSML.

Resources

Stars

Watchers

Forks

Packages

No packages published