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 24a7072 commit fe57855Copy full SHA for fe57855
source/locale/en/symbols.dic
@@ -3,16 +3,16 @@
3
# This file is covered by the GNU General Public License.
4
5
complexSymbols:
6
-# identifier regexp
7
# Sentence endings.
8
. sentence ending (?<=[^\s.])\.(?=[\"'”’)\s]|$)
9
! sentence ending (?<=[^\s!])\!(?=[\"'”’)\s]|$)
10
? sentence ending (?<=[^\s?])\?(?=[\"'”’)\s]|$)
+# identifier regexp
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