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', |