ragel.vim
ragel.vim copied to clipboard
Implement file type detection
This PR implements file type detection so that Ragel files that are opened in VIM actually use the syntax highlighting.
Tested in NeoVim.
Could you add it? au BufRead,BufNewFile *.rl,*.ragel set filetype=ragel
should be enough