util: added .cl OpenCL extension to file_type.py
This commit is contained in:
@@ -3,6 +3,7 @@ import os
|
||||
# lanuage type for each file extension
|
||||
lang_types = {
|
||||
'.c' : "C",
|
||||
'.cl' : "C",
|
||||
'.h' : "C",
|
||||
'.cc' : "C++",
|
||||
'.hh' : "C++",
|
||||
|
||||
Reference in New Issue
Block a user