feat(rust) Update alternative template
This commit is contained in:
@@ -91,9 +91,9 @@ return {
|
|||||||
|
|
||||||
{ nil, "/ $1", { type = { "func", "class" } } },
|
{ nil, "/ $1", { type = { "func", "class" } } },
|
||||||
{ nil, "/", { type = { "class", "func" } } },
|
{ nil, "/", { type = { "class", "func" } } },
|
||||||
{ "field_identifier", "/ * %s: $1", { type = { "class" } } },
|
{ "field_identifier", "/ * `%s`: $1", { type = { "class" } } },
|
||||||
{ "type_identifier", "/ * %s: $1", { type = { "func" } } },
|
{ "type_identifier", "/ * `%s`: $1", { type = { "func" } } },
|
||||||
{ "identifier", "/ * %s: $1", { type = { "func" } } },
|
{ "identifier", "/ * `%s`: $1", { type = { "func" } } },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user