Skip to content

Commit

Permalink
add a js-mode directory and more python scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCrotti committed Oct 8, 2011
1 parent 4740cc5 commit 4df088e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions js-mode/.yas-parents
@@ -0,0 +1 @@
text-mode
5 changes: 5 additions & 0 deletions python-mode/self_without_dot
@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: self_without_dot
# key: s
# --
self
5 changes: 5 additions & 0 deletions python-mode/size
@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: size
# key: size
# --
sys.getsizeof($0)
5 changes: 5 additions & 0 deletions udev-mode/env$
@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: env$
# key: $
# --
$env{$1} $0

0 comments on commit 4df088e

Please sign in to comment.