doi / fileheadercomment

visual studio code editor extension
MIT License
21 stars 17 forks source link

v0.0.6: add ${month3} #21

Open kfsone opened 2 years ago

kfsone commented 2 years ago

This adds an additional variable with the anglicized 3-letter name of the current month: ${month3}

e.g.

"// \\date ${day} ${month3} ${year}"

would produce

// \date 27 Mar 2022