From fe68072138290a01914b05c9c1dbfc60ce80399e Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 7 Oct 2019 21:32:33 +0200 Subject: [PATCH] Added compilescript snippet. --- snippets/c++-mode/script | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 snippets/c++-mode/script diff --git a/snippets/c++-mode/script b/snippets/c++-mode/script new file mode 100644 index 0000000..01e7443 --- /dev/null +++ b/snippets/c++-mode/script @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: script +# key: script +# expand-env: ((yas-indent-line 'fixed)) +# -- +#!/usr/bin/env compilescript +// compilescript: -std=c++14