mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-15 05:53:04 +00:00
fix a 'bug' in the class snippet for c++-mode
This commit is contained in:
parent
acf04d6952
commit
de37bc0269
@ -3,6 +3,6 @@
|
|||||||
class ${1:Name}
|
class ${1:Name}
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
${1:$(yas/substr text "[^:]*")}($2);
|
${1:$(yas/substr text "[^: ]*")}($2);
|
||||||
virtual ~${1:$(yas/substr text "[^:]*")}();
|
virtual ~${1:$(yas/substr text "[^: ]*")}();
|
||||||
};
|
};
|
Loading…
x
Reference in New Issue
Block a user