We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc0145 commit eb70b84Copy full SHA for eb70b84
src/pat/clone-code/clone-code.js
@@ -12,7 +12,7 @@ parser.addArgument("features", null, ["format"]);
12
class Pattern extends BasePattern {
13
static name = "clone-code";
14
static trigger = ".pat-clone-code";
15
- parser = parser;
+ static parser = parser;
16
17
async init() {
18
// Source
0 commit comments