We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4a777 commit 4eb7fd7Copy full SHA for 4eb7fd7
source/locale/en/symbols.dic
@@ -4,15 +4,15 @@
4
5
complexSymbols:
6
# identifier regexp
7
-# Sentence endings.
8
. sentence ending (?<=[^\s.])\.(?=[\"'”’)\s]|$)
9
! sentence ending (?<=[^\s!])\!(?=[\"'”’)\s]|$)
10
? sentence ending (?<=[^\s?])\?(?=[\"'”’)\s]|$)
+# Sentence endings.
11
# Phrase endings.
12
; phrase ending (?<=[^\s;]);(?=\s|$)
13
: phrase ending (?<=[^\s:]):(?=\s|$)
14
# Series of dots used for visual presentation, e.g. in table of contents
15
-multiple . \.{4,}
+multiples . \.{4,}
16
# Others
17
decimal point (?<![^\d -])\.(?=\d)
18
in-word ' (?<=[^\W_])['’]
0 commit comments