Refactor C/C++ snippets
This commit is contained in:
@@ -2,10 +2,6 @@ extends c
|
||||
|
||||
priority 1
|
||||
|
||||
# TODO: include
|
||||
# 1. Default should be '#include <filename.h>'.
|
||||
# 2. Relative paths should only allow inserting a single '"'.
|
||||
|
||||
snippet enum "Enumeration"
|
||||
enum ${1:name} {
|
||||
$0
|
||||
|
||||
Reference in New Issue
Block a user