ThirdParty/Pygments/pygments/lexers/_asy_builtins.py

changeset 4697
c2e9bf425554
parent 4172
4f20dba37ab6
child 5713
6762afd9f963
equal deleted inserted replaced
4696:bf4d19a7cade 4697:c2e9bf425554
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-2014 by the Pygments team, see AUTHORS. 13 :copyright: Copyright 2006-2015 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