add promela syntax highlighting
This commit is contained in:
parent
2547e10161
commit
f359c82a7a
1 changed files with 3 additions and 0 deletions
3
.vimrc
3
.vimrc
|
@ -42,6 +42,9 @@ Plugin 'tpope/vim-fugitive'
|
|||
Plugin 'vim-airline/vim-airline'
|
||||
Plugin 'vim-airline/vim-airline-themes'
|
||||
|
||||
" promela syntax highlighting
|
||||
Plugin 'vim-scripts/promela.vim'
|
||||
|
||||
" All of your Plugins must be added before the following line
|
||||
call vundle#end() " required
|
||||
filetype plugin indent on " required
|
||||
|
|
Loading…
Add table
Reference in a new issue