Guest User

Untitled

a guest
Sep 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Fix toggle comment functionality for batch files in Sublime Text
  2. [
  3. {"command": "split_selection_into_lines"},
  4. {"command": "move_to", "args": {"to": "hardbol", "extend": false}},
  5. {"command": "insert", "args": {"characters": "REM "}}
  6. ]
  7.  
  8. { "keys": ["alt+."], "command": "run_macro_file",
  9. "args": {"file": "Packages/User/what-you-want.sublime-macro"}, "context":
  10. [
  11. { "key": "selector", "operator": "equal", "operand": "source.dosbatch" }
  12. ]
  13. }
Add Comment
Please, Sign In to add comment