sponsor Vim development Vim logo Vim Book Ad

eyapp : Syntax highlighting for Parse::Eyapp and Parse::Yapp

 script karma  Rating 4/1, Downloaded by 957  Comments, bugs, improvements  Vim wiki

created by
Casiano Rodriguez-Leon
 
script type
syntax
 
description
Parse::Eyapp and Parse::Yapp (see http://search.cpan.org/dist/Parse-Eyapp/) are
yacc-like parser generators for Perl.
The syntax file eyapp.vim provides syntax highlighting for the yapp and eyapp languages
(see http://search.cpan.org/dist/Parse-Eyapp/)
 
install details
Just add to your ~/.vim/filetype the lines that associate *.eyp and *.yp files with the eyapp language:

~/.vim$ cat filetype.vim
" my filetype file
if exists("did_load_filetypes")
finish
endif
augroup filetypedetect
  "eyapp and yapp programs
  au BufRead,BufNewFile *.yp           setfiletype eyapp
  au BufRead,BufNewFile *.eyp         setfiletype eyapp
augroup END
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
eyapp.vim 2 2008-12-05 6.0 Casiano Rodriguez-Leon fixed bug in regexp for C comments
eyapp.vim 1 2008-11-20 6.0 Casiano Rodriguez-Leon Initial upload
ip used for rating: 18.118.126.241

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github