Open mjmaix opened 6 years ago
So, there I said why it does not automatically update.
It also doesn't work with '\
' on the lines :
/**
* \file base_fpga_config.h
* \brief configuration file
*/
When using this kind of template, the header keeps being included on save :
Hi, I changed here and worked.
@julian-poidevin In addition to what I changed here, you still need to add :
, or change [^:]+:
in the source code to .+
. But I am still not sure, due to I am not very familiar with regex.
Hey! In fact I forked your repo yesterday and made this modification myself (see fdcc6e064ce53aeba7115be176924aae9de4cbd9).
Thanks for the hint. 😄
From https://github.com/guiguan/file-header/issues/52
Cannot make this template work since it does not have '@' on the lines
Thank you.