Skip to content

Commit fe57855

Browse files
committed
test change
1 parent 24a7072 commit fe57855

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
@@ -3,16 +3,16 @@
33
# This file is covered by the GNU General Public License.
44

55
complexSymbols:
6-
# identifier regexp
76
# Sentence endings.
87
. sentence ending (?<=[^\s.])\.(?=[\"'”’)\s]|$)
98
! sentence ending (?<=[^\s!])\!(?=[\"'”’)\s]|$)
109
? sentence ending (?<=[^\s?])\?(?=[\"'”’)\s]|$)
10+
# identifier regexp
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)