init
This commit is contained in:
5
snippets/rust-mode/static
Normal file
5
snippets/rust-mode/static
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: CONSTANT: Type = value;
|
||||
# key: static
|
||||
# --
|
||||
static ${1:CONSTANT}: ${2:Type} = ${3:value};
|
||||
Reference in New Issue
Block a user