Ticket #851 (new defect)
Opened 20 months ago
custom lexers for R, S, etc.
| Reported by: | https://me.yahoo.com/postrockrob#52e3a | Owned by: | rob |
|---|---|---|---|
| Priority: | major | Milestone: | 0.15 |
| Component: | stc | Keywords: | |
| Cc: |
Description
Several language definitions are still using the STC_LEX_CONTAINER keyword, which fails with:
Traceback (most recent call last):
File "/home/rob/src/peppy/peppy/editra/stcmixin.py", line 149, in OnStyleNeeded
self.stc_lexer_id.styleText(self, self.GetEndStyled(), evt.GetPosition())
AttributeError: 'int' object has no attribute 'styleText'
These lexers in Editra use pygments to tokenize the lines, so do I want to include pygments?
Attachments
Note: See
TracTickets for help on using
tickets.
