Supports additional snippets

- C programming
- HTML
- Nix
This commit is contained in:
William Carroll 2019-01-13 14:25:25 -05:00
parent e6c5065b5b
commit 8b09557f38
5 changed files with 58 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: <stdio.h>
# key: sio
# --
#include <stdio.h>

View file

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: <stdlib.h>
# key: slb
# --
#include <stdlib.h>