ThirdParty/Pygments/pygments/lexers/_luabuiltins.py

changeset 2426
da76c71624de
parent 1705
b0fbc9300f2b
child 2525
8b507a9a2d40
equal deleted inserted replaced
2425:ace8a08028f3 2426:da76c71624de
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',

eric ide

mercurial