Added PERL reserved words in REST keywords (#58535)

This commit is contained in:
Enrico Zimuel 2020-06-26 12:11:22 +02:00 committed by GitHub
parent b01322e55f
commit 9a7a28958a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -334,5 +334,47 @@
"where",
"while",
"yield"
],
"perl": [
"__DATA__",
"__END__",
"__FILE__",
"__LINE__",
"__PACKAGE__",
"and",
"cmp",
"continue",
"CORE",
"do",
"else",
"elsif",
"eq",
"exp",
"for",
"foreach",
"ge",
"gt",
"if",
"le",
"lock",
"lt",
"m",
"ne",
"no",
"or",
"package",
"q",
"qq",
"qr",
"qw",
"qx",
"s",
"sub",
"tr",
"unless",
"until",
"while",
"xor",
"y"
]
}