We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ba5b9 commit 48ea972Copy full SHA for 48ea972
1 file changed
src/Source/File.php
@@ -114,15 +114,15 @@ private function loadLanguage()
114
$this->max_pattern_length = $strlen;
115
}
116
117
- continue 2; // next token
+ continue 3; // next token
118
119
case 'hyphenation':
120
if (preg_match('~^\S+~u', substr($line, $offset), $m) === 1) {
121
$hyphenation = preg_replace('~\-~', '', $m[0]);
122
$this->hyphenations[$hyphenation] = $m[0];
123
$offset += strlen($m[0]);
124
125
126
127
128
0 commit comments