You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

vim-syntax-extra.vim 149B

12345
  1. " flex
  2. autocmd BufRead,BufNewFile *.fl,*.flex,*.ll,*.l,*.lm setlocal ft=lex
  3. " bison
  4. autocmd BufRead,BufNewFile *.yy,*.y,*.ypp,*.ym setlocal ft=yacc