/vim-mql5

Vim syntax definition for MQL5 programming language (Metatrader 5 *.mq5 scripts)

Primary LanguageVim Script

Vim MQL5

Install

Vundle

Vundle is a vim plugin manager inspired by the likes of Bundler for Ruby

From within your .vimrc add the new plugin configuration

call vundle#begin()
  " Other vim plugins...

  Plugin 'https://github.com/rupurt/vim-mql5'
call vundle#end()

Manual

Clone the repository to your local machine

$ cd ~/.vim/
$ git clone https://github.com/rupurt/vim-mql5.git

You can also download the zip file and extract it

Open your .vimrc file and add the following line

set runtimepath+=expand('~/.vim/vim-mql5')