Skip to content

Instantly share code, notes, and snippets.

@chezbgone
Created January 26, 2017 03:07
Show Gist options
  • Select an option

  • Save chezbgone/8178198338c37fd541a5e290b6839850 to your computer and use it in GitHub Desktop.

Select an option

Save chezbgone/8178198338c37fd541a5e290b6839850 to your computer and use it in GitHub Desktop.
%SCRIPT
editor.write("\\]");
cursor.movePosition(2, cursorEnums.PreviousCharacter);
editor.write("[\n\n");
cursor.movePosition(1, cursorEnums.Up);
editor.write("\t");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment