dotfiles/atom/snippets.cson

4 lines
103 B
Text

'.source.java':
'System.out.println()':
'prefix': 'sout'
'body': 'System.out.println($1);$2'