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

changeset 7983
54c5cfbb1e29
parent 7701
25f42e208e08
equal deleted inserted replaced
7982:48d210e41c65 7983:54c5cfbb1e29
10 10
11 WARNING: the generation transfers quite much data over your 11 WARNING: the generation transfers quite much data over your
12 internet connection. don't run that at home, use 12 internet connection. don't run that at home, use
13 a server ;-) 13 a server ;-)
14 14
15 :copyright: Copyright 2006-2020 by the Pygments team, see AUTHORS. 15 :copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS.
16 :license: BSD, see LICENSE for details. 16 :license: BSD, see LICENSE for details.
17 """ 17 """
18 18
19 MODULES = {'.NET': ('dotnet_load',), 19 MODULES = {'.NET': ('dotnet_load',),
20 'APC': ('apc_add', 20 'APC': ('apc_add',

eric ide

mercurial