Skip to content

Commit a25aac6

Browse files
committed
Simplify MUS_OGG regex
1 parent 66e5983 commit a25aac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CFG = \.cfg$ ; idTech1
1313
DATA_WIN = (?:^|/)data\.win$ ; GameMaker
1414
HDLL = \.hdll$ ; Heaps
1515
METADATA_DAT = (?:^|/)metadata\.dat$ ; RAGE
16-
MUS_OGG = (?:^|/)mus\_[\w0-9]+\.ogg$
16+
MUS_OGG = (?:^|/)mus\_\w+\.ogg$
1717
OPTIONS_INI = (?:^|/)options\.ini$ ; GameMaker
1818
PCK = \.pck$ ; Used for detecting Godot
1919
PIXI_JS = (?:^|/)pixi\.js$

0 commit comments

Comments
 (0)