mirror of https://github.com/XAMPPRocky/tokei
add OpenCL as a languages.json entry (#980)
* add OpenCL to the languages * fix languages.json OpenCL entry's typo --------- Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
This commit is contained in:
parent
d64a9b319b
commit
804f873711
|
|
@ -1079,6 +1079,11 @@
|
|||
"quotes": [["\\\"","\\\""], ["`", "`"]],
|
||||
"extensions": ["rego"]
|
||||
},
|
||||
"OpenCL": {
|
||||
"name": "OpenCL",
|
||||
"multi_line_comments": [["/*", "*/"]],
|
||||
"extensions": ["cl", "ocl"]
|
||||
},
|
||||
"OpenQasm": {
|
||||
"name": "OpenQASM",
|
||||
"line_comment": ["//"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue