Add c++ yasnippets

This commit is contained in:
Riyyi
2019-12-18 12:26:15 +01:00
parent 0353de5881
commit 49864129bd
10 changed files with 72 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# -*- mode: snippet -*-
# name: guard
# key: grd
# --
#ifndef ${1:GUARD}_H
#define ${1:GUARD}_H
$0
#endif // ${1:GUARD}_H