Updated C++ templates.
This commit is contained in:
parent
a794b3dca7
commit
221eefc7d3
|
@ -14,4 +14,5 @@
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "`(file-name-nondirectory (file-name-sans-extension (buffer-file-name)))`.hpp"
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,9 @@
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef ${1:`(upcase (file-name-nondirectory (file-name-sans-extension (buffer-file-name))))`_`(upcase (file-name-extension (buffer-file-name)))`}
|
#ifndef ${1:`(upcase (projectile-project-name))`_`(upcase (file-name-nondirectory (file-name-sans-extension (buffer-file-name))))`_`(upcase (file-name-extension (buffer-file-name)))`}
|
||||||
#define $1
|
#define $1
|
||||||
|
|
||||||
|
$0
|
||||||
|
|
||||||
#endif // $1
|
#endif // $1
|
Loading…
Reference in New Issue
Block a user