Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 6863168

Browse files
committed
Add phpt to extensionsForLanguage
1 parent f911766 commit 6863168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Language.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ extensionsForLanguage language = case language of
121121
Go -> [".go"]
122122
Haskell -> [".hs"]
123123
JavaScript -> [".js"]
124-
PHP -> [".php"]
124+
PHP -> [".php", ".phpt"]
125125
Python -> [".py"]
126126
Ruby -> [".rb"]
127127
TypeScript -> [".ts"]

0 commit comments

Comments
 (0)