Add html org snippet, remove trailing newline from snippets
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
${1:Name}::$1(${2:args}) ${3: : ${4:init}}
|
||||
{
|
||||
$0
|
||||
}
|
||||
}
|
||||
@@ -5,4 +5,4 @@
|
||||
${1:Name}::~$1()
|
||||
{
|
||||
$0
|
||||
}
|
||||
}
|
||||
@@ -5,4 +5,4 @@
|
||||
${1:type} ${2:name}(${3:args})${4: const}
|
||||
{
|
||||
$0
|
||||
}
|
||||
}
|
||||
@@ -7,4 +7,4 @@
|
||||
|
||||
$0
|
||||
|
||||
#endif // ${1:$(yas-c++-class-name yas-text)}_H
|
||||
#endif // ${1:$(yas-c++-class-name yas-text)}_H
|
||||
@@ -2,4 +2,4 @@
|
||||
# name: include
|
||||
# key: i
|
||||
# --
|
||||
#include $0
|
||||
#include $0
|
||||
@@ -6,4 +6,4 @@ namespace ${1:Namespace} {
|
||||
|
||||
$0
|
||||
|
||||
}
|
||||
}
|
||||
@@ -2,4 +2,4 @@
|
||||
# name: separator
|
||||
# key: spr
|
||||
# --
|
||||
// -----------------------------------------$0
|
||||
// -----------------------------------------$0
|
||||
Reference in New Issue
Block a user