Added "h" as a extension to the C language

This may cause problems with the CPP language, however
This commit is contained in:
Stephen Lane-Walsh 2016-06-20 18:13:36 -04:00
parent c8a654a3ea
commit 4b0cfc41a3
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ module.exports = {
Supported extensions
###
extensions: [
"h"
"c"
"cl"
]