dotfiles/atom/snippets.cson

5 lines
103 B
Plaintext

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