mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-19 04:45:07 -04:00
Added PERL reserved words in REST keywords (#58535)
This commit is contained in:
parent
b01322e55f
commit
9a7a28958a
1 changed files with 42 additions and 0 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue