Skip to content

Commit a82991a

Browse files
committed
Fix months - there are only 12 in a year 😆
1 parent 528de84 commit a82991a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

simutrans_dat.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
<key>comment</key>
321321
<string>intro_month, retire_month parameter</string>
322322
<key>match</key>
323-
<string>(^([iI]ntro|[rR]etire)_month)([ \t]*=[ \t]*([0-9]|10|11|12)$)?</string>
323+
<string>(^([iI]ntro|[rR]etire)_month)([ \t]*=[ \t]*([0-9]|10|11)$)?</string>
324324
<key>captures</key>
325325
<dict>
326326
<key>1</key>

0 commit comments

Comments
 (0)