ThirdParty/Pygments/pygments/lexers/_luabuiltins.py

changeset 1705
b0fbc9300f2b
parent 808
8f85926125ef
child 2426
da76c71624de
equal deleted inserted replaced
1704:02ae6c55b35b 1705:b0fbc9300f2b
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-2010 by the Pygments team, see AUTHORS. 12 :copyright: Copyright 2006-2012 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