Ticket #393 (closed defect: wontfix)
Python lexer does not always recognize 'next' correctly
| Reported by: | asmodai | Owned by: | gbrandl |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | lexers | Keywords: | python |
| Cc: |
Description
As seen on http://werkzeug.pocoo.org/documentation/tutorial/ in Section 6 there is an entry for:
next = property(lambda x: url_for(x.endpoint, page=x.page + 1))
The next here is highlighted, whereas it shouldn't (at least mitsuhiko said it was not overshadowing the built-in).
Change History
Note: See
TracTickets for help on using
tickets.