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