unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/antlr-mode/target

7 lines
118 B
Plaintext
Raw Normal View History

2016-02-18 13:53:30 +00:00
# -*- mode: snippet -*-
# name: target
# key: target
# --
<target name="${1:compile}" ${2:other}>
$0
</target>