Skip to content

Commit fa0e75c

Browse files
author
Tewan
committed
Improve captions language file type detection
1 parent 92191db commit fa0e75c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,11 @@
116116
"Source Engine Subtitles"
117117
],
118118
"firstLine": "^\"?(?i)lang(?-i)\"?",
119-
"configuration": "./language-configuration.json"
119+
"configuration": "./language-configuration.json",
120+
"filenamePatterns": [
121+
"subtitles_*.txt",
122+
"captions_*.txt"
123+
]
120124
},
121125
{
122126
"id": "cfg",

0 commit comments

Comments
 (0)