ThirdParty/Pygments/pygments/lexers/_asybuiltins.py

branch
Py2 comp.
changeset 3145
a9de05d4a22f
parent 2525
8b507a9a2d40
equal deleted inserted replaced
3144:bb63e24383e4 3145:a9de05d4a22f
12 12
13 :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS. 13 :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS.
14 :license: BSD, see LICENSE for details. 14 :license: BSD, see LICENSE for details.
15 """ 15 """
16 16
17 from __future__ import unicode_literals # __IGNORE_WARNING__ 17 from __future__ import unicode_literals
18 18
19 ASYFUNCNAME = set([ 19 ASYFUNCNAME = set([
20 'AND', 20 'AND',
21 'Arc', 21 'Arc',
22 'ArcArrow', 22 'ArcArrow',

eric ide

mercurial