Rename snippet using → useout, Add useint.

This commit is contained in:
tastytea 2019-10-27 21:16:53 +01:00
parent 3f35a061e1
commit ad5712d9df
2 changed files with 6 additions and 1 deletions

5
snippets/c++-mode/useint Normal file
View File

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: useint
# key: useint
# --
using std::${1:u}int${2:16}_t;

View File

@ -1,6 +1,6 @@
# -*- mode: snippet -*-
# name: using std output streams
# key: using
# key: useout
# --
using std::cout;
using std::cerr;