summaryrefslogtreecommitdiff
path: root/faust-mode/nentry
diff options
context:
space:
mode:
authorAlberto Luaces <aluaces@udc.es>2016-12-01 14:02:56 +0100
committerAlberto Luaces <aluaces@udc.es>2016-12-01 14:02:56 +0100
commit83355faf3e530fb36fcb32750ebedda19e1927ef (patch)
treeff9f7eb3cfb4842c41173e67b3a6614332343b24 /faust-mode/nentry
parent632df2ede2712994b12ee499abfc948e6dc3f9ae (diff)
parent12b385f3badb51bd3689a1a0986cc9410ea416c5 (diff)
Merge latest upstream.
Diffstat (limited to 'faust-mode/nentry')
-rw-r--r--faust-mode/nentry5
1 files changed, 5 insertions, 0 deletions
diff --git a/faust-mode/nentry b/faust-mode/nentry
new file mode 100644
index 0000000..5e2630f
--- /dev/null
+++ b/faust-mode/nentry
@@ -0,0 +1,5 @@
+# -*- mode: snippet -*-
+# name: nentry
+# key: ne
+# --
+nentry("${1:name}", ${2:default}, ${3:min}, ${4:max}, ${5:step})$0 \ No newline at end of file