Skip to content

Commit

Permalink
snippet: simple tab jump for curly brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Baez committed Feb 10, 2016
1 parent c74e10a commit 8fc6640
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snippets.lua
Expand Up @@ -75,6 +75,7 @@ return {
["type"] = "type %1(alias) = %2(type);%0",
["print"] = 'println!("{%1}\\n", %2);%0',
["!!"] = "%1(macro)!(%2(param))%0",
["{"] = "{\n\t%0\n",

-- tasks and communication
["spawn"] = "spawn(move || {\n\t%0\n});",
Expand Down

0 comments on commit 8fc6640

Please sign in to comment.