Skip to content

Commit

Permalink
Add symbols suggested in #12
Browse files Browse the repository at this point in the history
Co-authored-by: Enmanuel Toribio <toribioea@gmail.com>
  • Loading branch information
samwho and eatskolnikov committed Apr 18, 2024
1 parent 4d0a512 commit f518c66
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions symbols.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,21 @@ const symbols = [
"display": "\u25A1",
"name": "Right-to-Left",
"searchTerms": ["U+200F", "&rlm;", "rtl", "right-to-left"]
},
{
"glyph": "ñ",
"name": "Latin Small Letter n with Tilde",
"searchTerm": ["n", "latin", "tilde", "jalapeno"],
},
{
"glyph": "Ñ",
"name": "Latin Capital Letter N with Tilde",
"searchTerm": ["n", "latin", "tilde", "jalapeno"],
},
{
"glyph": "¡",
"name": "Reverse Exclamation Mark",
"searchTerms": ["reverse", "exclamation", "mark"],
}
]

Expand Down

0 comments on commit f518c66

Please sign in to comment.