eyapp : Syntax highlighting for Parse::Eyapp and Parse::Yapp
script karma |
Rating 4/1,
Downloaded by 1201 |
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
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.145.184.109
|