Adding ragel syntax for vim

This commit is contained in:
Hunter Haugen 2010-12-03 13:41:58 -08:00
parent 11efab0bde
commit dc5a47cd81
2 changed files with 150 additions and 0 deletions

View file

@ -10,6 +10,7 @@ augroup filetypedetect
"au! BufNewFile,BufRead *.rhtml setfiletype rhtml
au! BufNewFile,BufRead *.rhtml setfiletype eruby
au! BufNewFile,BufRead *.s setfiletype asmx86
au! BufNewFile,BufRead *.rl setfiletype ragel
au! BufRead,BufNewFile *.ijs,*.ijt,*.ijp,*.ijx setfiletype j
augroup END