util: added .cl OpenCL extension to file_type.py
This commit is contained in:
parent
d87fe7b3f4
commit
9560893f0d
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ import os
|
|||
# lanuage type for each file extension
|
||||
lang_types = {
|
||||
'.c' : "C",
|
||||
'.cl' : "C",
|
||||
'.h' : "C",
|
||||
'.cc' : "C++",
|
||||
'.hh' : "C++",
|
||||
|
|
Loading…
Reference in a new issue