Skip to content

Instantly share code, notes, and snippets.

@Phize
Phize / keyword.rb
Created December 28, 2011 17:03 — forked from jugyo/keyword.rb
keyword plugin for Earthquake(Ruby based Twitter client)
# keyword plugin
# ====
#
# config example:
#
# Earthquake.config[:keyword] = {:pattern => /ruby|rails|earthquake/i}
#
Earthquake.init do
_ = config[:keyword] ||= {}
_[:notify] = true if _[:notify].nil?
@Phize
Phize / css.vim
Created October 21, 2011 12:49 — forked from tsukkee/css.vim
http://www.vim.org/scripts/script.php?script_id=2150 にrgb()/rgba()のサポート,256colorsターミナル最適化済みのもののbug fix & buffer localなautocmdに修正
" Language: Colored CSS Color Preview
" Maintainer: Niklas Hofer <[email protected]>
" URL: svn://lanpartei.de/vimrc/after/syntax/css.vim
" Last Change: 2008 Feb 12
" Licence: No Warranties. Do whatever you want with this. But please tell me!
" Version: 0.6
" Modified Date: 2010 Jan 19
" Original Version: 0.7
" Current Version: 0.7.2