Add disabled dynamic node for C/C++ once snippet
This commit is contained in:
parent
94288ce806
commit
0471dd67c4
@ -33,6 +33,11 @@ local snippets = {
|
||||
end, key('name')),
|
||||
text({ '', '#define ' }),
|
||||
insert(1, getIncludeGuardName(), { key = 'name' }),
|
||||
-- FIXME: dynamic(1, function(_, _)
|
||||
-- return snip({}, {
|
||||
-- insert(1, getIncludeGuardName())
|
||||
-- })
|
||||
-- end, { key = "name" }),
|
||||
text({ '', '', '', }),
|
||||
insert(0, ''),
|
||||
text({ '', '', '#endif // ' }),
|
||||
|
Loading…
x
Reference in New Issue
Block a user