Added compilescript snippet.

This commit is contained in:
tastytea 2019-10-07 21:32:33 +02:00
parent ef373e9ed3
commit fe68072138
1 changed files with 7 additions and 0 deletions

7
snippets/c++-mode/script Normal file
View File

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: script
# key: script
# expand-env: ((yas-indent-line 'fixed))
# --
#!/usr/bin/env compilescript
// compilescript: -std=c++14