mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-12 08:24:18 +00:00
Added yas/substr for convenient mirror transformation
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
class ${1:Name}
|
||||
{
|
||||
public:
|
||||
$1($2);
|
||||
virtual ~$1();
|
||||
${1:$(yas/substr text "[^:]*")}($2);
|
||||
virtual ~${1:$(yas/substr text "[^:]*")}();
|
||||
};
|
||||
Reference in New Issue
Block a user