more documentation and snippets

This commit is contained in:
Andrea Crotti 2010-08-19 21:53:24 +02:00
parent 8ca3930928
commit ad0b012c60
3 changed files with 15 additions and 0 deletions

6
c-mode/assert Normal file
View File

@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: assert
# key: ass
# --
#include <assert.h>
$0

8
conf-unix-mode/section Normal file
View File

@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# name: section
# key: sec
# section for xorg.conf
# --
Section "${1:Device}"
$0
EndSection

1
sh-mode/.yas-parents Normal file
View File

@ -0,0 +1 @@
text-mode