snippets: add snippets for reference comment in md
Co-Authored-by: iGor milhit <igor@milhit.ch>main
parent
721a2c02a8
commit
8d88251119
|
@ -206,5 +206,21 @@ return {
|
||||||
i(1, "tags")
|
i(1, "tags")
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
),
|
||||||
|
s(
|
||||||
|
{
|
||||||
|
trig = "refsen",
|
||||||
|
name = "References",
|
||||||
|
dscr = "Insert an HTML comment for references."
|
||||||
|
},
|
||||||
|
t("<!-- references -->")
|
||||||
|
),
|
||||||
|
s(
|
||||||
|
{
|
||||||
|
trig = "refsfr",
|
||||||
|
name = "Références",
|
||||||
|
dscr = "Insert an HTML comment for references, but in French."
|
||||||
|
},
|
||||||
|
t("<!-- références -->")
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue