Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Add *.d to default extension associations
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-tan committed Sep 23, 2016
1 parent c989804 commit 4009aad
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -35,6 +35,7 @@ class fileextension_textmode{
'md' => 'markdown',
'c' => 'c_cpp',
'cpp' => 'c_cpp',
'd' => 'd',
'h' => 'c_cpp',
'hpp' => 'c_cpp',
'py' => 'python',
Expand Down

0 comments on commit 4009aad

Please sign in to comment.