Skip to content

Instantly share code, notes, and snippets.

@ScOut3R
Created November 21, 2019 10:38
Show Gist options
  • Save ScOut3R/714c3fb703c388012f4abafd6cee76e8 to your computer and use it in GitHub Desktop.
Save ScOut3R/714c3fb703c388012f4abafd6cee76e8 to your computer and use it in GitHub Desktop.
Sublime settings
{ "keys": ["enter"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line in Braces.sublime-macro"}, "context":
[
{ "key": "setting.auto_indent", "operator": "equal", "operand": true },
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
{ "key": "preceding_text", "operator": "regex_contains", "operand": "[{,[,(]$", "match_all": true },
{ "key": "following_text", "operator": "regex_contains", "operand": "^[},\\],)]", "match_all": true }
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment