Skip to content

Instantly share code, notes, and snippets.

View steveneaston's full-sized avatar

Steven Easton steveneaston

View GitHub Profile
@steveneaston
steveneaston / gist:73d623549a2c414f2789
Created June 26, 2015 22:26
Initialise properties Sublime macro
{
"keys": ["super+i"],
"command": "run_macro_file",
"args": {"file": "Packages/User/Macros/initialize_properties.sublime-macro"},
"context": [{"key": "selector", "operator": "equal", "operand": "source.php"}]
}