Skip to content

Commit 4eb7fd7

Browse files
committed
modify symbols
1 parent 3c4a777 commit 4eb7fd7

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.
87
. sentence ending (?<=[^\s.])\.(?=[\"'”’)\s]|$)
98
! sentence ending (?<=[^\s!])\!(?=[\"'”’)\s]|$)
109
? 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-
multiple . \.{4,}
15+
multiples . \.{4,}
1616
# Others
1717
decimal point (?<![^\d -])\.(?=\d)
1818
in-word ' (?<=[^\W_])['’]

0 commit comments

Comments
 (0)