Skip to content

Instantly share code, notes, and snippets.

@marcuscaisey
Created February 26, 2020 17:14
Show Gist options
  • Save marcuscaisey/e6e6484ee64c28ada15d7f5e769830c4 to your computer and use it in GitHub Desktop.
Save marcuscaisey/e6e6484ee64c28ada15d7f5e769830c4 to your computer and use it in GitHub Desktop.
{
"keys": ["tab"],
"command": "move",
"args": {"by": "characters", "forward": true},
"context": [{
"key": "preceding_text",
"operator": "not_regex_match",
"operand": "^\\s*$",
"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