Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 3323063

Browse files
committed
Merge pull request #11189 from szabgab/patch-1
.t is the standard extension of test scripts in Perl
2 parents 3a0780e + 306b3b6 commit 3323063

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/language/languages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
"perl": {
173173
"name": "Perl",
174174
"mode": "perl",
175-
"fileExtensions": ["pl", "pm"],
175+
"fileExtensions": ["pl", "pm", "t"],
176176
"lineComment": ["#"]
177177
},
178178

0 commit comments

Comments
 (0)