confi-emacs-actual/snippets/java-mode/var

7 lines
154 B
Plaintext
Raw Normal View History

2022-03-30 01:21:13 +02:00
# -*- mode: snippet -*-
# name: variable declaration
# key: var
# uuid: var
# condition: (not (sp-point-in-string-or-comment))
# --
${1:int} ${2:variable}