If I understand correctly the file
http://search.cpan.org/src/MBARBON/Wx-0.84/ext/stc/cpp/st_constants.cpp
is controlling the list of available syntax highlighters in Wx::STC.
I have several questions:
1) What controls the ifdefs such as this?
#ifdef wxSTC_LEX_PHP
r( wxSTC_LEX_PHP );
#endif
I wanted to use PHP but it is not available in my version of wxPerl.
How can one add that?
2) There are several important languages missing from the list of the lexers
(wxSTC_LEX_*), most importantly for me is Javasript.
Who and how can add it?
3) How can one add a LEX for the still changing Perl 6 or Parrot?
regards
Gabor