Skip to content

Commit 6e1a45a

Browse files
committed
Revert "modify symbols"
This reverts commit bec7aa7.
1 parent bec7aa7 commit 6e1a45a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/locale/en/symbols.dic

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
complexSymbols:
66
# identifier regexp
7+
# Sentence endings.
78
. sentence ending (?<=[^\s.])\.(?=[\"'”’)\s]|$)
89
! sentence ending (?<=[^\s!])\!(?=[\"'”’)\s]|$)
910
? sentence ending (?<=[^\s?])\?(?=[\"'”’)\s]|$)
10-
# Sentence endings.
1111
# Phrase endings.
1212
; phrase ending (?<=[^\s;]);(?=\s|$)
1313
: phrase ending (?<=[^\s:]):(?=\s|$)
1414
# Series of dots used for visual presentation, e.g. in table of contents
15-
multiples . \.{4,}
15+
multiple . \.{4,}
1616
# Others
1717
decimal point (?<![^\d -])\.(?=\d)
1818
in-word ' (?<=[^\W_])['’]

0 commit comments

Comments
 (0)