ThirdParty/Pygments/pygments/lexers/_asybuiltins.py

branch
Py2 comp.
changeset 2525
8b507a9a2d40
parent 2426
da76c71624de
child 3145
a9de05d4a22f
equal deleted inserted replaced
2523:139f182b72f6 2525:8b507a9a2d40
11 for function and variable names. 11 for function and variable names.
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
17 from __future__ import unicode_literals # __IGNORE_WARNING__
16 18
17 ASYFUNCNAME = set([ 19 ASYFUNCNAME = set([
18 'AND', 20 'AND',
19 'Arc', 21 'Arc',
20 'ArcArrow', 22 'ArcArrow',

eric ide

mercurial