Skip to content

Instantly share code, notes, and snippets.

@joshheartsy
joshheartsy / gist:1059468
Created July 1, 2011 21:43 — forked from hmcfletch/gist:1018085
TextMate javascript syntax highlighting for content_for :inline_js
// To edit:
// Bundles -> Bundle Editor -> Edit Languages
// Open Ruby on Rails
// Edit HTML (Rails)
// add to the patterns
// works for <% content_for :inline_js do -%>
// can prefix :inline_js like :fb_inline_js
// The end tag should contain <% end #end :inline_js %>