ThirdParty/Pygments/pygments/lexers/sql.py

changeset 4697
c2e9bf425554
parent 4172
4f20dba37ab6
child 5072
aab59042fefb
equal deleted inserted replaced
4696:bf4d19a7cade 4697:c2e9bf425554
32 - handles psql backslash commands. 32 - handles psql backslash commands.
33 33
34 The ``tests/examplefiles`` contains a few test files with data to be 34 The ``tests/examplefiles`` contains a few test files with data to be
35 parsed by these lexers. 35 parsed by these lexers.
36 36
37 :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS. 37 :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS.
38 :license: BSD, see LICENSE for details. 38 :license: BSD, see LICENSE for details.
39 """ 39 """
40 40
41 import re 41 import re
42 42
487 r'convert|create|cross|current_date|current_time|' 487 r'convert|create|cross|current_date|current_time|'
488 r'current_timestamp|current_user|cursor|database|databases|' 488 r'current_timestamp|current_user|cursor|database|databases|'
489 r'day_hour|day_microsecond|day_minute|day_second|dec|decimal|' 489 r'day_hour|day_microsecond|day_minute|day_second|dec|decimal|'
490 r'declare|default|delayed|delete|desc|describe|deterministic|' 490 r'declare|default|delayed|delete|desc|describe|deterministic|'
491 r'distinct|distinctrow|div|double|drop|dual|each|else|elseif|' 491 r'distinct|distinctrow|div|double|drop|dual|each|else|elseif|'
492 r'enclosed|escaped|exists|exit|explain|fetch|float|float4|float8' 492 r'enclosed|escaped|exists|exit|explain|fetch|flush|float|float4|'
493 r'|for|force|foreign|from|fulltext|grant|group|having|' 493 r'float8|for|force|foreign|from|fulltext|grant|group|having|'
494 r'high_priority|hour_microsecond|hour_minute|hour_second|if|' 494 r'high_priority|hour_microsecond|hour_minute|hour_second|if|'
495 r'ignore|in|index|infile|inner|inout|insensitive|insert|int|' 495 r'ignore|in|index|infile|inner|inout|insensitive|insert|int|'
496 r'int1|int2|int3|int4|int8|integer|interval|into|is|iterate|' 496 r'int1|int2|int3|int4|int8|integer|interval|into|is|iterate|'
497 r'join|key|keys|kill|leading|leave|left|like|limit|lines|load|' 497 r'join|key|keys|kill|leading|leave|left|like|limit|lines|load|'
498 r'localtime|localtimestamp|lock|long|loop|low_priority|match|' 498 r'localtime|localtimestamp|lock|long|loop|low_priority|match|'

eric ide

mercurial