Skip to content

Commit

Permalink
dict & mutt.vim & snippets & template
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Mar 9, 2011
1 parent 491c2eb commit dd3927b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions dict/lua.txt
Expand Up @@ -5,3 +5,4 @@ require
assert
local
ipairs
pairs
1 change: 1 addition & 0 deletions dict/ruby.txt
@@ -0,0 +1 @@
require
2 changes: 2 additions & 0 deletions snippets/lua.snippets
@@ -0,0 +1,2 @@
snippet #!
#!/usr/bin/env lua
1 change: 1 addition & 0 deletions snippets/ruby.snippets
@@ -1,6 +1,7 @@
# #!/usr/bin/ruby
snippet #!
#!/usr/bin/env ruby
# vim:fileencoding=utf-8

snippet s
self
Expand Down
2 changes: 2 additions & 0 deletions templates/template.lua
@@ -0,0 +1,2 @@
#!/usr/bin/env lua

0 comments on commit dd3927b

Please sign in to comment.