Skip to content

Commit 1d1bdd7

Browse files
committed
Treat .inc/.phpt files like php
1 parent 8e9521a commit 1d1bdd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

git-diff-syntax-highlight.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ def triple(num)
104104
'json' => :json,
105105
'php' => :php,
106106
'html' => :php,
107+
'inc' => :php,
108+
'phpt' => :php,
107109
'lua' => :lua,
108110
'py' => :python,
109111
'sass' => :sass,

0 commit comments

Comments
 (0)