Skip to content

Instantly share code, notes, and snippets.

@joshmcarthur
Created December 12, 2011 22:14
Show Gist options
  • Save joshmcarthur/1469381 to your computer and use it in GitHub Desktop.
Save joshmcarthur/1469381 to your computer and use it in GitHub Desktop.
Add JBuiler syntax highlighting to VIM
" add jbuilder syntax highlighting
au BufNewFile,BufRead *.json.jbuilder set ft=ruby
@mrkhutter
Copy link

exactly what I needed, thank you! 👍

@hegwin
Copy link

hegwin commented Mar 18, 2017

+1

@richin13
Copy link

Worked like a charm! Many thanks

@mattantonelli
Copy link

🙇‍♂️

@iiewad
Copy link

iiewad commented Apr 4, 2018

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment