add support for MQL4 and MQL5

This commit is contained in:
Andrew Case
2016-09-19 22:03:57 +03:00
parent 63c8d2284c
commit 82af10e3fd
11 changed files with 1719 additions and 0 deletions

View File

@@ -2208,6 +2208,24 @@ MAXScript:
tm_scope: source.maxscript
ace_mode: text
language_id: 217
MQL4:
type: programming
color: "#62A8D6"
extensions:
- ".mq4"
- ".mqh"
tm_scope: source.mql5
ace_mode: c_cpp
language_id: 422
MQL5:
type: programming
color: "#4A76B8"
extensions:
- ".mq5"
- ".mqh"
tm_scope: source.mql5
ace_mode: c_cpp
language_id: 423
MTML:
type: markup
color: "#b7e1f4"