diff --git a/snippets/cpp.snippets b/snippets/cpp.snippets index 632f76f..6185ed9 100644 --- a/snippets/cpp.snippets +++ b/snippets/cpp.snippets @@ -1,5 +1,11 @@ extends c +## +## Preprocessor +# #include <...> +snippet inc + #include <${1:iostream}> +## ## STL Collections # std::array snippet array