ThirdParty/Pygments/pygments/lexers/_asybuiltins.py

changeset 2426
da76c71624de
parent 1705
b0fbc9300f2b
child 2525
8b507a9a2d40
equal deleted inserted replaced
2425:ace8a08028f3 2426:da76c71624de
8 8
9 Do not edit the ASYFUNCNAME and ASYVARNAME sets by hand. 9 Do not edit the ASYFUNCNAME and ASYVARNAME sets by hand.
10 TODO: perl/python script in Asymptote SVN similar to asy-list.pl but only 10 TODO: perl/python script in Asymptote SVN similar to asy-list.pl but only
11 for function and variable names. 11 for function and variable names.
12 12
13 :copyright: Copyright 2006-2012 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 16
17 ASYFUNCNAME = set([ 17 ASYFUNCNAME = set([
18 'AND', 18 'AND',

eric ide

mercurial