diff options
Diffstat (limited to 'pygments/lexers/c_like.py')
-rw-r--r-- | pygments/lexers/c_like.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/lexers/c_like.py b/pygments/lexers/c_like.py index 9c7b5f06..ae61e32b 100644 --- a/pygments/lexers/c_like.py +++ b/pygments/lexers/c_like.py @@ -436,8 +436,8 @@ class MqlLexer(CppLexer): 'StringTrimLeft', 'StringTrimRight', 'StringGetChar', 'StringSetChar', 'TimeCurrent', 'TimeTradeServer', 'TimeLocal', 'TimeGMT', 'TimeDaylightSavings', 'TimeGMTOffset', 'TimeToStruct', 'StructToTime', 'Day', 'DayOfWeek', 'DayOfYear', - 'Hour', 'Minute', 'Month', 'Seconds', 'TimeDay', 'TimeDayOfWeek', 'TimeDayOfYear', 'TimeHour', - 'TimeMinute', 'TimeMonth', 'TimeSeconds', 'TimeYear', 'Year', + 'Hour', 'Minute', 'Month', 'Seconds', 'TimeDay', 'TimeDayOfWeek', 'TimeDayOfYear', + 'TimeHour', 'TimeMinute', 'TimeMonth', 'TimeSeconds', 'TimeYear', 'Year', 'AccountInfoDouble', 'AccountInfoInteger', 'AccountInfoString', 'AccountBalance', 'AccountCredit', 'AccountCompany', 'AccountCurrency', 'AccountEquity', 'AccountFreeMargin', 'AccountFreeMarginCheck', 'AccountFreeMarginMode', |