Rename Perl6 syntax to Raku
AbandonedPublic

Authored by nibags on May 16 2020, 5:35 AM.

Details

Summary

In October 2019, Perl6 was renamed to "Raku".

The syntax is renamed to "Raku", however, I don't know if you prefer a name that also includes "Perl6", such as "Raku (Perl6)" or "Raku/Perl6".

I also add the new extensions (*.raku;*.rakumod;*.rakudoc;*.rakutest) and update the extension in the test file (highlight.raku).

Any inconvenience with this diff don't hesitate to notify.

Sources:

NOTE: This was sent by nvisser on GitHub: https://github.com/KDE/syntax-highlighting/pull/24

Diff Detail

Repository
R216 Syntax Highlighting
Branch
rename-perl6-raku
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 26982
Build 27000: arc lint + arc unit
nibags created this revision.May 16 2020, 5:35 AM
Restricted Application added projects: Kate, Frameworks. · View Herald TranscriptMay 16 2020, 5:35 AM
Restricted Application added subscribers: kde-frameworks-devel, kwrite-devel. · View Herald Transcript
nibags requested review of this revision.May 16 2020, 5:35 AM
nibags edited the summary of this revision. (Show Details)May 16 2020, 5:42 AM
cullmann accepted this revision.May 18 2020, 1:57 PM

I think it makes sense to have just "Raku", the world at large (like me) only recognizes Perl 5 as Perl .P

This revision is now accepted and ready to land.May 18 2020, 1:57 PM
nibags updated this revision to Diff 83088.May 20 2020, 12:57 PM
  • Fix extensions and unit tests