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 66e5983 commit a25aac6Copy full SHA for a25aac6
rules.ini
@@ -13,7 +13,7 @@ CFG = \.cfg$ ; idTech1
13
DATA_WIN = (?:^|/)data\.win$ ; GameMaker
14
HDLL = \.hdll$ ; Heaps
15
METADATA_DAT = (?:^|/)metadata\.dat$ ; RAGE
16
-MUS_OGG = (?:^|/)mus\_[\w0-9]+\.ogg$
+MUS_OGG = (?:^|/)mus\_\w+\.ogg$
17
OPTIONS_INI = (?:^|/)options\.ini$ ; GameMaker
18
PCK = \.pck$ ; Used for detecting Godot
19
PIXI_JS = (?:^|/)pixi\.js$
0 commit comments