Skip to content

Commit

Permalink
Merge pull request #379 from bassosimone/feature/hpp
Browse files Browse the repository at this point in the history
feature(languages.json): add support for `.hpp`
  • Loading branch information
jashkenas authored Dec 19, 2017
2 parents 6de0270 + 9ed5c69 commit 9fdb097
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
".go": {"name": "go", "symbol": "//"},
".groovy": {"name": "groovy", "symbol": "//"},
".h": {"name": "objectivec", "symbol": "//"},
".hpp": {"name": "cpp", "symbol": "//"},
".hrl": {"name": "erlang", "symbol": "%"},
".hs": {"name": "haskell", "symbol": "--"},
".ini": {"name": "ini", "symbol": ";"},
Expand Down

0 comments on commit 9fdb097

Please sign in to comment.