Files
dotfiles/Doom/.doom.d/snippets/csharp-mode/params
dx c65cf688fc ~doom.d -> Doom/.doom.d
Proper naming, GNU/Stow style.
2020-05-05 02:59:45 +01:00

6 lines
107 B
Plaintext

# -*- mode: snippet -*-
# name: /// <param>...</param>
# key: comment
# --
/// <param name="$1">$0</param>