diff options
author | gbrandl <devnull@localhost> | 2006-10-22 15:06:59 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2006-10-22 15:06:59 +0200 |
commit | 18c14bcd9a8b783fe09287379334fa0ba6975d88 (patch) | |
tree | 51aa6932b6965a76509e16f2ddba543bb66995a9 /pygments/lexers/_phpbuiltins.py | |
parent | a18d48b33562e58953cd1a2529c3354d185b017b (diff) | |
download | pygments-18c14bcd9a8b783fe09287379334fa0ba6975d88.tar.gz |
[svn] Update make check.
Diffstat (limited to 'pygments/lexers/_phpbuiltins.py')
-rw-r--r-- | pygments/lexers/_phpbuiltins.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/lexers/_phpbuiltins.py b/pygments/lexers/_phpbuiltins.py index ca6076c5..17522a8b 100644 --- a/pygments/lexers/_phpbuiltins.py +++ b/pygments/lexers/_phpbuiltins.py @@ -1,12 +1,12 @@ # -*- coding: utf-8 -*- """ pygments.lexers._phpbuiltins - ~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This file loads the function names and their modules from the php webpage and generates itself. - Do not alter this file by hand! + Do not alter the MODULES dict by hand! WARNING: the generation transfers quite much data over your internet connection. don't run that at home, use |