Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Mon, 23 Oct 2023 10:11:07 UTC Commit: 1f3c9d53effcf0c242430f4cdd5ab843d9b4c1bd https://github.com/geany/geany/commit/1f3c9d53effcf0c242430f4cdd5ab843d9b4c1...
Log Message: ----------- fixup! Add Raku (Perl 6) filetype support (lexer and ctags parser)
Modified Paths: -------------- src/editor.c
Modified: src/editor.c 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -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:
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).