atom / language-puppet

Puppet package for Atom
Other
36 stars 31 forks source link

group snippet interferes with file resource #13

Closed alexjurkiewicz closed 5 years ago

alexjurkiewicz commented 9 years ago

Group snippet breaks tabbing in file resources. eg (cursor is |):

file { '/tmp/foo':
  ensure => present,
  owner  => 'root',
  group|

Pressing tab to align the fat arrow will insert the group snippet.

Personally I use the group resource (and snippets) rarely enough that simply removing it would be my preferred approach.