fix C++ namespace snippet
namespace の開き括弧が抜けていたため,修正しました.
This commit is contained in:
parent
8da63999f5
commit
33e04bd750
@ -44,7 +44,7 @@ delete namespace
|
|||||||
snippet namespace
|
snippet namespace
|
||||||
abbr namespace {}
|
abbr namespace {}
|
||||||
options head
|
options head
|
||||||
namespace ${1:#:name}
|
namespace ${1:#:name} {
|
||||||
${0:TARGET}
|
${0:TARGET}
|
||||||
} // namespace $1
|
} // namespace $1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user