summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/rust-mode/static
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/rust-mode/static')
-rw-r--r--.emacs.d/snippets/rust-mode/static5
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/snippets/rust-mode/static b/.emacs.d/snippets/rust-mode/static
new file mode 100644
index 0000000..eef8072
--- /dev/null
+++ b/.emacs.d/snippets/rust-mode/static
@@ -0,0 +1,5 @@
1# -*- mode: snippet -*-
2# name: CONSTANT: Type = value;
3# key: static
4# --
5static ${1:CONSTANT}: ${2:Type} = ${3:value}; \ No newline at end of file