add some languages to wxstyledtextctrl

I suspect so. Isn't the syntax more or less the same? I know that it
doesn't come with Java for the same reason.

Has Yellowbrain been updated recently? I stopped using it a couple
years ago because (at the time) it hadn't been updated in a couple years.
Aside from CAPS and CamelCase differences, the scintilla.org docs are
always up-to-date.

- Josiah

···

kib2 <kib2@free.fr> wrote:

Josiah Carlson a écrit :
>
> The documentation for the wx.stc.StyledTextCtrl is available at
> scintilla.org . I'm pretty sure that it supports D, but I can't
> remember the url for all of the languages that it supports. You can get
> the listing with the following Python code:
>
> import wx.stc
> [i for i in dir(wx.stc) if i.startswith('STC_LEX')]

Thanks for the hint, Lout was not added on the yellowbrain page.
I do not see D, but maybe it has been embedded in CPP.