5 lines
108 B
Plaintext
5 lines
108 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: #[cfg(option = "value")]
|
|
# key: cfg=
|
|
# --
|
|
#[cfg(${1:option} = "${2:value}")] |