Skip to content

Commit

Permalink
fixup! Add Raku (Perl 6) filetype support (lexer and ctags parser)
Browse files Browse the repository at this point in the history
  • Loading branch information
techee committed Oct 23, 2023
1 parent a9363bc commit 1f3c9d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/editor.c
Expand Up @@ -1322,6 +1322,7 @@ static gboolean lexer_has_braces(ScintillaObject *sci)
case SCLEX_PERL:
case SCLEX_TCL:
case SCLEX_R:
case SCLEX_RAKU:
case SCLEX_RUST:
return TRUE;
default:
Expand Down

0 comments on commit 1f3c9d5

Please sign in to comment.