eric6/ThirdParty/Pygments/pygments/lexers/_mql_builtins.py

changeset 7547
21b0534faebc
parent 6942
2602857055c5
child 7701
25f42e208e08
equal deleted inserted replaced
7546:bf5f777260a6 7547:21b0534faebc
3 pygments.lexers._mql_builtins 3 pygments.lexers._mql_builtins
4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5 5
6 Builtins for the MqlLexer. 6 Builtins for the MqlLexer.
7 7
8 :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS. 8 :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
9 :license: BSD, see LICENSE for details. 9 :license: BSD, see LICENSE for details.
10 """ 10 """
11 types = ( 11 types = (
12 'AccountBalance', 12 'AccountBalance',
13 'AccountCompany', 13 'AccountCompany',
882 'PERIOD_M30', 882 'PERIOD_M30',
883 'PERIOD_MN1', 883 'PERIOD_MN1',
884 'PERIOD_W1', 884 'PERIOD_W1',
885 'POINTER_AUTOMATIC', 885 'POINTER_AUTOMATIC',
886 'POINTER_DYNAMIC', 886 'POINTER_DYNAMIC',
887 'POINTER_INVALID' 887 'POINTER_INVALID',
888 'PRICE_CLOSE', 888 'PRICE_CLOSE',
889 'PRICE_HIGH', 889 'PRICE_HIGH',
890 'PRICE_LOW', 890 'PRICE_LOW',
891 'PRICE_MEDIAN', 891 'PRICE_MEDIAN',
892 'PRICE_OPEN', 892 'PRICE_OPEN',

eric ide

mercurial