Rename Perl6 to Raku (#192882)

Fixes #168319
This commit is contained in:
Alex Ross
2023-09-12 16:20:16 +02:00
committed by GitHub
parent c410f0d932
commit ed1a8da946
3 changed files with 1874 additions and 6 deletions

View File

@@ -31,18 +31,23 @@
"configuration": "./perl.language-configuration.json"
},
{
"id": "perl6",
"id": "raku",
"aliases": [
"Perl 6",
"Raku",
"Perl6",
"perl6"
],
"extensions": [
".raku",
".rakumod",
".rakutest",
".rakudoc",
".nqp",
".p6",
".pl6",
".pm6",
".nqp"
".pm6"
],
"firstLine": "(^#!.*\\bperl6\\b)|use\\s+v6",
"firstLine": "(^#!.*\\bperl6\\b)|use\\s+v6|raku|=begin\\spod|my\\sclass",
"configuration": "./perl6.language-configuration.json"
}
],
@@ -56,7 +61,7 @@
]
},
{
"language": "perl6",
"language": "raku",
"scopeName": "source.perl.6",
"path": "./syntaxes/perl6.tmLanguage.json"
}