Initial commit.
This commit is contained in:
10
.emacs.d/snippets/c++-mode/cls
Normal file
10
.emacs.d/snippets/c++-mode/cls
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: class
|
||||
# key: cls
|
||||
# --
|
||||
class ${1:Name} {
|
||||
public:
|
||||
${1:$(yas/substr yas-text "[^: ]*")}();
|
||||
${2:virtual ~${1:$(yas/substr yas-text "[^: ]*")}();}
|
||||
};
|
||||
$0
|
Reference in New Issue
Block a user