feat(rust) Update alternative template

This commit is contained in:
danymat
2022-01-10 16:05:41 +01:00
parent 7f81a39b94
commit 10675d427e

View File

@@ -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" } } },
}, },
}, },
} }