mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
9 lines
213 B
Plaintext
9 lines
213 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: ns
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: Namespace
|
|
# --
|
|
namespace${1/.+/ /m}${1:${TM_FILENAME/^((.*?)\..*)?$/(?1:\L$2:my)/}}
|
|
{
|
|
$0
|
|
}${1/.+/ \/* /m}$1${1/.+/ *\/ /m} |