1
0
mirror of https://github.com/gryf/python-syntax.git synced 2025-12-17 11:30:27 +01:00

Added options python_highlight_builtin_objs and python_highlight_builtin_funcs

This commit is contained in:
Dmitry Vasiliev
2010-04-09 22:18:47 +04:00
parent 32c7868195
commit d702136252
2 changed files with 27 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
Revision 3.0.3 (2010-04-09):
- Applied patch by Andrea Riciputi with new configuration options
"python_highlight_builtin_objs" and "python_highligh_builtin_funcs"
Revision 3.0.2 (2009-07-24):
- Applied patch by Caleb Adamantine which fixes highlighting for decorators