eric6/ThirdParty/Pygments/pygments/lexers/_asy_builtins.py

changeset 7983
54c5cfbb1e29
parent 7701
25f42e208e08
equal deleted inserted replaced
7982:48d210e41c65 7983:54c5cfbb1e29
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-2020 by the Pygments team, see AUTHORS. 13 :copyright: Copyright 2006-2021 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 = { 17 ASYFUNCNAME = {
18 'AND', 18 'AND',

eric ide

mercurial