Joao Tavora 6ce6b24f52 fix: replace 'text' in 'yas-text' in bundled snippets
The previous commit broke these snippets by enabling
2013-08-30 17:13:02 +01:00

9 lines
171 B
Plaintext

# name: class ... { ... }
# key: class
# --
class ${1:Name}
{
public:
${1:$(yas-substr yas-text "[^: ]*")}($2);
virtual ~${1:$(yas-substr yas-text "[^: ]*")}();
};