Group
Extension

Matches 3

Kephra ( L/LI/LICHTKIND/Kephra-0.406.tar.gz, LICHTKIND, 2023; MetaCPAN )
Kephra/lib/Kephra/App/Editor/SyntaxMode.pm ( view source; MetaCPAN )
ode::Bash::set($self);
    } elsif ($mode eq 'json'){
        require Kephra::App::Editor::SyntaxMode::JSON;
        Kephra::App::Editor::SyntaxMode::JSON::set($self);
    } elsif ($mode eq 'markdown'
Kephra ( L/LI/LICHTKIND/Kephra-0.406.tar.gz, LICHTKIND, 2023; MetaCPAN )
Kephra/lib/Kephra/App/Editor/SyntaxMode/JSON.pm ( view source; MetaCPAN )
e Wx;

package Kephra::App::Editor::SyntaxMode::JSON;


sub set {
    my ($self) = @_;
    $self->StyleClearAll;
    $self->SetLexer( 120 ); # &Wx::wxSTC_LEX_JSON
    $self->SetKeyWords(0, '');
}

1;
Kephra ( L/LI/LICHTKIND/Kephra-0.406.tar.gz, LICHTKIND, 2023; MetaCPAN )
Kephra/lib/Kephra/App/Window/Menu.pm ( view source; MetaCPAN )
Wx::Menu->new();
    #my @mode_label = (qw/no Bash C\/++ JSON Markdown Perl Python Ruby Rust YAML/);
    #my @modes      = (qw/no bash cpp json markdown perl python ruby rust yaml/);
    #$doc_mode_me

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.