init
This commit is contained in:
5
snippets/perl-mode/xif
Normal file
5
snippets/perl-mode/xif
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: ... if ...
|
||||
# key: xif
|
||||
# --
|
||||
${1:expression} if ${2:condition}
|
||||
Reference in New Issue
Block a user