ThirdParty/Pygments/pygments/lexers/_luabuiltins.py

changeset 684
2f29a0b6e1c7
parent 12
1d8dd9706f46
child 808
8f85926125ef
equal deleted inserted replaced
682:91114a975eda 684:2f29a0b6e1c7
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-2009 by the Pygments team, see AUTHORS. 12 :copyright: Copyright 2006-2010 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