mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
11 lines
162 B
Plaintext
11 lines
162 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: mark
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: #pragma mark
|
|
# --
|
|
#if 0
|
|
${1:#pragma mark -
|
|
}#pragma mark $2
|
|
#endif
|
|
|
|
$0 |