The snippet <pre> function(${1:x}) ${3:{$0}} </pre> Does not work as expected, though <pre> function(${1:x})${3: {$0}} </pre> Works fine and <pre> function(${1:x}) ${3:`""`{$0}} </pre> also works just fine. I'm assuming there is some issue with paring