Skip to content

Commit

Permalink
Add other C++ extensions (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Nov 14, 2023
1 parent 5e730f5 commit ab24633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drp.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def base_activity(started = False):
'c,h': 'c',
'clj,cljs,edn': 'clojure',
'coffeescript,coffee': 'coffeescript',
'cpp,hpp,cc': 'cpp',
'cpp,hpp,cc,hxx,cxx': 'cpp',
'cr': 'crystal',
'cs': 'cs',
'css': 'css',
Expand Down

0 comments on commit ab24633

Please sign in to comment.