Skip to content

ecell3-models/EcellModel.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EcellModel.vim

E-cell Version 3 Model file (*.em) syntax and indent for Vim.

INSTALL

Using NeoBundle is recommended. Add following line to your .vimrc and run :NeoBundleInstall.

NeoBundle 'iTakeshi/EcellModel.vim'

If you use NeoBundleLazy to install this plugin, be sure to add following lines to ~/.vim/filetype.vim:

if exists('did_load_filetypes')
  finish
endif

augroup filetypedetect
  autocmd!

  " EcellModel
  au BufNewFile,BufRead *.em setf EcellModel
augroup END

VERSION

1.0

About

E-cell Model (*.em) file syntax and indent for Vim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published