diff --git a/snippets/c.lua b/snippets/c.lua index 7c75c8a..1e7e907 100644 --- a/snippets/c.lua +++ b/snippets/c.lua @@ -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 // ' }),