The comtent of this repository is based on the LEF_DEF_syntax
syntax files created by Levon Ohanyan that you can find on vim.org.
This copy simplifies the installation using a plugin manager (like Vundle or Plug).
Some highlight group have been modified to use more common ones.
Original readme
How to install DEF (Design Exchange Format) and LEF (Library Exchange Format) syntax files:
- Copy
syntax/*
to$HOME/.vim/syntax/
- Copy
ftdetect/*
to/home/.vim/ftdetect/
- Add to your .vimrc file following lines:
autocmd FileType lef so ~/.vim/syntax/lef.vim
autocmd FileType def so ~/.vim/syntax/def.vim
- Copy
syntax/*
toC:\Program Files (x86)\Vim\vimfiles\syntax\
- Copy
ftdetect/*
toC:\Program Files (x86)\Vim\vimfiles\ftdetect\