ragel.vim icon indicating copy to clipboard operation
ragel.vim copied to clipboard

Implement file type detection

Open andremedeiros opened this issue 7 years ago • 1 comments

This PR implements file type detection so that Ragel files that are opened in VIM actually use the syntax highlighting.

Tested in NeoVim.

andremedeiros avatar Dec 23 '17 18:12 andremedeiros

Could you add it? au BufRead,BufNewFile *.rl,*.ragel set filetype=ragel should be enough

sheerun avatar Aug 23 '20 18:08 sheerun