feat: initial commit
This commit is contained in:
7
.emacs.snippets/c-like-syntax/for
Executable file
7
.emacs.snippets/c-like-syntax/for
Executable file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: for (...; ...; ...) { ... }
|
||||
# key: for
|
||||
# --
|
||||
for (${1:init}; ${2:condition}; ${3:increment}) {
|
||||
$0
|
||||
}
|
||||
Reference in New Issue
Block a user