Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates unicode property alias resource with latest #766

Merged
merged 2 commits into from
Sep 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/fresh-toys-destroy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-plugin-regexp": patch
---

Updates unicode property alias resource with latest
8 changes: 8 additions & 0 deletions lib/utils/unicode-alias.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export const UNICODE_BINARY_PROPERTY_ALIAS = new AliasMap({
Join_C: "Join_Control",
LOE: "Logical_Order_Exception",
Lower: "Lowercase",
MCM: "Modifier_Combining_Mark",
NChar: "Noncharacter_Code_Point",
OAlpha: "Other_Alphabetic",
ODI: "Other_Default_Ignorable_Code_Point",
Expand Down Expand Up @@ -212,6 +213,7 @@ export const UNICODE_SCRIPT_ALIAS = new AliasMap({
Elba: "Elbasan",
Elym: "Elymaic",
Ethi: "Ethiopic",
Gara: "Garay",
Geor: "Georgian",
Glag: "Glagolitic",
Gong: "Gunjala_Gondi",
Expand All @@ -220,6 +222,7 @@ export const UNICODE_SCRIPT_ALIAS = new AliasMap({
Gran: "Grantha",
Grek: "Greek",
Gujr: "Gujarati",
Gukh: "Gurung_Khema",
Guru: "Gurmukhi",
Hang: "Hangul",
Hani: "Han",
Expand All @@ -241,6 +244,7 @@ export const UNICODE_SCRIPT_ALIAS = new AliasMap({
Khoj: "Khojki",
Kits: "Khitan_Small_Script",
Knda: "Kannada",
Krai: "Kirat_Rai",
Kthi: "Kaithi",
Lana: "Tai_Tham",
Laoo: "Lao",
Expand Down Expand Up @@ -274,6 +278,7 @@ export const UNICODE_SCRIPT_ALIAS = new AliasMap({
Nshu: "Nushu",
Ogam: "Ogham",
Olck: "Ol_Chiki",
Onao: "Ol_Onal",
Orkh: "Old_Turkic",
Orya: "Oriya",
Osge: "Osage",
Expand Down Expand Up @@ -305,6 +310,7 @@ export const UNICODE_SCRIPT_ALIAS = new AliasMap({
Sora: "Sora_Sompeng",
Soyo: "Soyombo",
Sund: "Sundanese",
Sunu: "Sunuwar",
Sylo: "Syloti_Nagri",
Syrc: "Syriac",
Tagb: "Tagbanwa",
Expand All @@ -321,6 +327,8 @@ export const UNICODE_SCRIPT_ALIAS = new AliasMap({
Tibt: "Tibetan",
Tirh: "Tirhuta",
Tnsa: "Tangsa",
Todr: "Todhri",
Tutg: "Tulu_Tigalari",
Ugar: "Ugaritic",
Vaii: "Vai",
Vith: "Vithkuqi",
Expand Down
Loading