8000 GitHub - rupurt/vim-mql5: Vim syntax definition for MQL5 programming language (Metatrader 5 *.mq5 scripts)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from vobornik/vim-mql4

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

Notifications You must be signed in to change notification settings

rupurt/vim-mql5

 
 

Folders and files

8F00
NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

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')

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%
0