7 It is able to re-generate itself, but for adding new functions you |
7 It is able to re-generate itself, but for adding new functions you |
8 probably have to add some callbacks (see function module_callbacks). |
8 probably have to add some callbacks (see function module_callbacks). |
9 |
9 |
10 Do not edit the MODULES dict by hand. |
10 Do not edit the MODULES dict by hand. |
11 |
11 |
12 :copyright: Copyright 2006-2012 by the Pygments team, see AUTHORS. |
12 :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS. |
13 :license: BSD, see LICENSE for details. |
13 :license: BSD, see LICENSE for details. |
14 """ |
14 """ |
15 |
15 |
16 MODULES = {'basic': ['_G', |
16 MODULES = {'basic': ['_G', |
17 '_VERSION', |
17 '_VERSION', |