restored yasnippet

This commit is contained in:
Bozhidar Batsov 2012-02-17 22:12:32 +02:00
parent ac01f235cc
commit 103dbcd8d0
573 changed files with 71124 additions and 0 deletions

View file

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

5
vendor/yasnippet/snippets/f90-mode/au vendored Normal file
View file

@ -0,0 +1,5 @@
# contributor: Li Zhu <http://www.zhuli.name>
# name: automatic
# key: au
# --
automatic $0

5
vendor/yasnippet/snippets/f90-mode/bd vendored Normal file
View file

@ -0,0 +1,5 @@
# contributor: Li Zhu <http://www.zhuli.name>
# name: block data
# key: bd
# --
block data $0

5
vendor/yasnippet/snippets/f90-mode/c vendored Normal file
View file

@ -0,0 +1,5 @@
# contributor: Li Zhu <http://www.zhuli.name>
# name: continue
# key: c
# --
continue $0

5
vendor/yasnippet/snippets/f90-mode/ch vendored Normal file
View file

@ -0,0 +1,5 @@
# contributor: Li Zhu <http://www.zhuli.name>
# name: character
# key: ch
# --
character $0

5
vendor/yasnippet/snippets/f90-mode/cx vendored Normal file
View file

@ -0,0 +1,5 @@
# contributor: Li Zhu <http://www.zhuli.name>
# name: complex
# key: cx
# --
complex $0

5
vendor/yasnippet/snippets/f90-mode/dc vendored Normal file
View file

@ -0,0 +1,5 @@
# contributor: Li Zhu <http://www.zhuli.name>
# name: double complex
# key: dc
# --
double complex $0

7
vendor/yasnippet/snippets/f90-mode/do vendored Normal file
View file

@ -0,0 +1,7 @@
# contributor: Li Zhu <http://www.zhuli.name>
# name: do while (...) end do
# key: do
# --
do while (${1:condition})
$0
end do

5
vendor/yasnippet/snippets/f90-mode/dp vendored Normal file
View file

@ -0,0 +1,5 @@
# contributor: Li Zhu <http://www.zhuli.name>
# name: double precision
# key: dp
# --
double precision $0

5
vendor/yasnippet/snippets/f90-mode/eq vendored Normal file
View file

@ -0,0 +1,5 @@
# contributor: Li Zhu <http://www.zhuli.name>
# name: equivalence
# key: eq
# --
equivalence $0

5
vendor/yasnippet/snippets/f90-mode/ib vendored Normal file
View file

@ -0,0 +1,5 @@
# contributor: Li Zhu <http://www.zhuli.name>
# name: implicit byte
# key: ib
# --
implicit byte $0

5
vendor/yasnippet/snippets/f90-mode/ic vendored Normal file
View file

@ -0,0 +1,5 @@
# contributor: Li Zhu <http://www.zhuli.name>
# name: implicit complex
# key: ic
# --
implicit complex $0

View file

@ -0,0 +1,5 @@
# contributor: Li Zhu <http://www.zhuli.name>
# name: implicit character
# key: ich
# --
implicit character $0

7
vendor/yasnippet/snippets/f90-mode/if vendored Normal file
View file

@ -0,0 +1,7 @@
# contributor: Li Zhu <http://www.zhuli.name>
# name: if then end if
# key: if
# --
if ( ${1:condition} ) then
$0
end if

5
vendor/yasnippet/snippets/f90-mode/ii vendored Normal file
View file

@ -0,0 +1,5 @@
# contributor: Li Zhu <http://www.zhuli.name>
# name: implicit integer
# key: ii
# --
implicit integer $0

5
vendor/yasnippet/snippets/f90-mode/il vendored Normal file
View file

@ -0,0 +1,5 @@
# contributor: Li Zhu <http://www.zhuli.name>
# name: implicit logical
# key: il
# --
implicit logical $0

5
vendor/yasnippet/snippets/f90-mode/in vendored Normal file
View file

@ -0,0 +1,5 @@
# contributor: Li Zhu <http://www.zhuli.name>
# name: implicit none
# key: in
# --
implicit none

View file

@ -0,0 +1,5 @@
# contributor: Li Zhu <http://www.zhuli.name>
# name: include
# key: inc
# --
include $0

View file

@ -0,0 +1,5 @@
# contributor: Li Zhu <http://www.zhuli.name>
# name: intrinsic
# key: intr
# --
intrinsic $0

5
vendor/yasnippet/snippets/f90-mode/ir vendored Normal file
View file

@ -0,0 +1,5 @@
# contributor: Li Zhu <http://www.zhuli.name>
# name: implicit real
# key: ir
# --
implicit real $0

5
vendor/yasnippet/snippets/f90-mode/l vendored Normal file
View file

@ -0,0 +1,5 @@
# contributor: Li Zhu <http://www.zhuli.name>
# name: logical
# key: l
# --
logical $0

5
vendor/yasnippet/snippets/f90-mode/pa vendored Normal file
View file

@ -0,0 +1,5 @@
# contributor: Li Zhu <http://www.zhuli.name>
# name: parameter
# key: pa
# --
parameter $0

7
vendor/yasnippet/snippets/f90-mode/pr vendored Normal file
View file

@ -0,0 +1,7 @@
# contributor: Li Zhu <http://www.zhuli.name>
# name: program ... end program ...
# key: pr
# --
program ${1:name}
$0
end program ${1:name}

5
vendor/yasnippet/snippets/f90-mode/re vendored Normal file
View file

@ -0,0 +1,5 @@
# contributor: Li Zhu <http://www.zhuli.name>
# name: read (*,*)
# key: re
# --
read (${1:*},${2:*}) $0

5
vendor/yasnippet/snippets/f90-mode/st vendored Normal file
View file

@ -0,0 +1,5 @@
# contributor: Li Zhu <http://www.zhuli.name>
# name: structure
# key: st
# --
structure $0

5
vendor/yasnippet/snippets/f90-mode/su vendored Normal file
View file

@ -0,0 +1,5 @@
# contributor: Li Zhu <http://www.zhuli.name>
# name: subroutine
# key: su
# --
subroutine $0

5
vendor/yasnippet/snippets/f90-mode/wr vendored Normal file
View file

@ -0,0 +1,5 @@
# contributor: Li Zhu <http://www.zhuli.name>
# name: write (*,*)
# key: wr
# --
write (${1:*},${2:*}) $0