summaryrefslogtreecommitdiff
path: root/faust-mode/processx
diff options
context:
space:
mode:
Diffstat (limited to 'faust-mode/processx')
-rw-r--r--faust-mode/processx5
1 files changed, 5 insertions, 0 deletions
diff --git a/faust-mode/processx b/faust-mode/processx
new file mode 100644
index 0000000..4fc819c
--- /dev/null
+++ b/faust-mode/processx
@@ -0,0 +1,5 @@
+# -*- mode: snippet -*-
+# name: processx
+# key: px
+# --
+process(${1:x}) = ${2:expression}($1); \ No newline at end of file