Skip to content

Commit

Permalink
FIX - XML Syntax Error
Browse files Browse the repository at this point in the history
  • Loading branch information
LorneCash committed Sep 26, 2020
1 parent 2e64be8 commit 3f5cffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/MQL4.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
</dict>
</dict>
<key>match</key>
<string>(?x) (?x) (?: (?: (?= \s ) (?&lt;!else|new|return) (?&lt;=\w)\s+ ) ) ( (?: [A-Za-z_][A-Za-z0-9_]*+ | :: )++ | (?: (?&lt;=operator) (?: [-*&&lt;&gt;=+!]+ | \(\) | \[\] ) )? ) \s*(\()</string>
<string>(?x) (?x) (?: (?: (?= \s ) (?&lt;!else|new|return) (?&lt;=\w)\s+ ) ) ( (?: [A-Za-z_][A-Za-z0-9_]*+ | :: )++ | (?: (?&lt;=operator) (?: [-*&lt;&gt;=+!]+ | \(\) | \[\] ) )? ) \s*(\()</string>
<key>name</key>
<string>meta.initialization.mql4</string>
</dict>
Expand Down

0 comments on commit 3f5cffb

Please sign in to comment.