You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Strange that this works in VS Code with the invalid XML but when used in Visual Studio (2019) it does not work at all until the xml syntax is fixed. My thought is that it's trying to say that "<> is the same as !=" so maybe just remove the extra & making it this: [-*&<>=+!]
https://github.com/currencysecrets/mql4/blob/master/Syntaxes/MQL4.tmLanguage#L339
[-*&<>=+!]
renders the XML invalid. Probably&
needs to be replaced with&
.The text was updated successfully, but these errors were encountered: