else/SublimeSnippets/systemoutprintln.sublime-snippet
2019-12-10 12:45:55 -08:00

10 lines
358 B
XML

<snippet>
<content><![CDATA[
System.out.println($1);$0
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<!-- <tabTrigger>hello</tabTrigger> -->
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
<tabTrigger>sysout</tabTrigger>
</snippet>