Merge pull request #1025 from WhoBrokeTheBuild/master

Added "h" as a extension to the C language
This commit is contained in:
Glavin Wiechert 2016-06-23 19:33:43 -03:00 committed by GitHub
commit f43ad7f78e
1 changed files with 1 additions and 0 deletions

View File

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