Files
dotfiles/.emacs.snippets/c++-mode/fore
2023-10-11 21:51:24 +02:00

7 lines
91 B
Plaintext
Executable File

# -*- mode: snippet -*-
# name: for (...: ...) { ... }
# key: fore
# --
for ($1: $2) {
$0
}