Add .hpp to list of Uvision Exporter extensions

pull/3010/head
Max Vilimpoc 2016-10-13 13:12:18 +02:00
parent 1ba3499631
commit 7faee9099e
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ class Uvision(Exporter):
#File associations within .uvprojx file
file_types = {'.cpp': 8, '.c': 1, '.s': 2,
'.obj': 3, '.o': 3, '.lib': 4,
'.ar': 4, '.h': 5, '.sct': 4}
'.ar': 4, '.h': 5, '.hpp': 5, '.sct': 4}
def uv_file(self, loc):
"""Return a namedtuple of information about project file