nsis mode starting

This commit is contained in:
Andrea Crotti 2011-12-07 10:06:54 +00:00
parent 7b00a0c3d4
commit 20b9158630
2 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: defvar
#key: defvar
# --
(defvar $0 &optional INITVALUE "DOCSTRING")
(defvar $0 &optional ${1:initvalue} "${2:docstring}")

8
nsis-mode/function Normal file
View file

@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# name: function
# key: fun
# type: command
# --
Function ${1:name}
$0
FunctionEnd