summaryrefslogtreecommitdiff
path: root/faust-mode/case
diff options
context:
space:
mode:
Diffstat (limited to 'faust-mode/case')
-rw-r--r--faust-mode/case8
1 files changed, 8 insertions, 0 deletions
diff --git a/faust-mode/case b/faust-mode/case
new file mode 100644
index 0000000..a7415ca
--- /dev/null
+++ b/faust-mode/case
@@ -0,0 +1,8 @@
+# -*- mode: snippet -*-
+# name: case
+# key: ca
+# --
+case {
+ $1
+ };
+$0 \ No newline at end of file