diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/file_types.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/file_types.py b/util/file_types.py index 57194c1c8..d02bd5f1c 100644 --- a/util/file_types.py +++ b/util/file_types.py @@ -3,6 +3,7 @@ import os # lanuage type for each file extension lang_types = { '.c' : "C", + '.cl' : "C", '.h' : "C", '.cc' : "C++", '.hh' : "C++", |