Skip to content

Commit

Permalink
Merge pull request #64 from blackstream-x/main
Browse files Browse the repository at this point in the history
Add guillemets
  • Loading branch information
samwho authored May 20, 2024
2 parents 44190ef + d4aa042 commit 6593025
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions symbols.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,26 @@ const symbols = [
name: "Right Single Quotation Mark",
searchTerms: ["close", "quote", "'"]
},
{
glyph: "«",
name: "Left Pointing Double Angle Quotation Mark",
searchTerms: ["guillemet", "quote", '<<']
},
{
glyph: "»",
name: "Right Pointing Double Angle Quotation Mark",
searchTerms: ["guillemet", "quote", '>>']
},
{
glyph: "\u2039",
name: "Single Left Pointing Angle Quotation Mark",
searchTerms: ["guillemet", "quote", "<"]
},
{
glyph: "\u203A",
name: "Single Right Pointing Angle Quotation Mark",
searchTerms: ["guillemet", "quote", ">"]
},
{
glyph: "—",
name: "Em-dash"
Expand Down

0 comments on commit 6593025

Please sign in to comment.