summaryrefslogtreecommitdiff
path: root/util/file_types.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/file_types.py')
-rw-r--r--util/file_types.py1
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++",