Skip to content

Instantly share code, notes, and snippets.

View Kabiirk's full-sized avatar

Kabiir Krishna Kabiirk

View GitHub Profile
import wx
import wx.stc as stc
class XmlSTC(stc.StyledTextCtrl):
def __init__(self, parent):
stc.StyledTextCtrl.__init__(self, parent)
self.SetLexer(stc.STC_LEX_XML)