Include apostrophes when auto selecting in editor (#1624)

This commit is contained in:
Veronica Berglyd Olsen
2023-11-29 21:48:09 +01:00
parent a31f42b04c
commit b203bcdcff
2 changed files with 12 additions and 4 deletions
+3
View File
@@ -349,6 +349,9 @@ class nwUnicode:
# Unicode Constants
# =================
# Lookup
APOS_TYPE = "\u0027\u2019\u02bc"
# Quotation Marks
U_QUOT = "\u0022" # Quotation mark
U_APOS = "\u0027" # Apostrophe