Skip to content

Commit aa8857f

Browse files
Updates unicode property alias resource with latest (#766)
* Updates unicode property alias resource with latest * Create fresh-toys-destroy.md --------- Co-authored-by: ota-meshi <[email protected]> Co-authored-by: Yosuke Ota <[email protected]>
1 parent 14835d5 commit aa8857f

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

Diff for: .changeset/fresh-toys-destroy.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-regexp": patch
3+
---
4+
5+
Updates unicode property alias resource with latest

Diff for: lib/utils/unicode-alias.ts

+8
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export const UNICODE_BINARY_PROPERTY_ALIAS = new AliasMap({
8989
Join_C: "Join_Control",
9090
LOE: "Logical_Order_Exception",
9191
Lower: "Lowercase",
92+
MCM: "Modifier_Combining_Mark",
9293
NChar: "Noncharacter_Code_Point",
9394
OAlpha: "Other_Alphabetic",
9495
ODI: "Other_Default_Ignorable_Code_Point",
@@ -212,6 +213,7 @@ export const UNICODE_SCRIPT_ALIAS = new AliasMap({
212213
Elba: "Elbasan",
213214
Elym: "Elymaic",
214215
Ethi: "Ethiopic",
216+
Gara: "Garay",
215217
Geor: "Georgian",
216218
Glag: "Glagolitic",
217219
Gong: "Gunjala_Gondi",
@@ -220,6 +222,7 @@ export const UNICODE_SCRIPT_ALIAS = new AliasMap({
220222
Gran: "Grantha",
221223
Grek: "Greek",
222224
Gujr: "Gujarati",
225+
Gukh: "Gurung_Khema",
223226
Guru: "Gurmukhi",
224227
Hang: "Hangul",
225228
Hani: "Han",
@@ -241,6 +244,7 @@ export const UNICODE_SCRIPT_ALIAS = new AliasMap({
241244
Khoj: "Khojki",
242245
Kits: "Khitan_Small_Script",
243246
Knda: "Kannada",
247+
Krai: "Kirat_Rai",
244248
Kthi: "Kaithi",
245249
Lana: "Tai_Tham",
246250
Laoo: "Lao",
@@ -274,6 +278,7 @@ export const UNICODE_SCRIPT_ALIAS = new AliasMap({
274278
Nshu: "Nushu",
275279
Ogam: "Ogham",
276280
Olck: "Ol_Chiki",
281+
Onao: "Ol_Onal",
277282
Orkh: "Old_Turkic",
278283
Orya: "Oriya",
279284
Osge: "Osage",
@@ -305,6 +310,7 @@ export const UNICODE_SCRIPT_ALIAS = new AliasMap({
305310
Sora: "Sora_Sompeng",
306311
Soyo: "Soyombo",
307312
Sund: "Sundanese",
313+
Sunu: "Sunuwar",
308314
Sylo: "Syloti_Nagri",
309315
Syrc: "Syriac",
310316
Tagb: "Tagbanwa",
@@ -321,6 +327,8 @@ export const UNICODE_SCRIPT_ALIAS = new AliasMap({
321327
Tibt: "Tibetan",
322328
Tirh: "Tirhuta",
323329
Tnsa: "Tangsa",
330+
Todr: "Todhri",
331+
Tutg: "Tulu_Tigalari",
324332
Ugar: "Ugaritic",
325333
Vaii: "Vai",
326334
Vith: "Vithkuqi",

0 commit comments

Comments
 (0)