Skip to content

Commit

Permalink
add OpenCL as a languages.json entry (#980)
Browse files Browse the repository at this point in the history
* add OpenCL to the languages

* fix languages.json OpenCL entry's typo

---------

Co-authored-by: XAMPPRocky <[email protected]>
  • Loading branch information
gabrielmfern and XAMPPRocky authored Aug 16, 2024
1 parent d64a9b3 commit 804f873
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,11 @@
"quotes": [["\\\"","\\\""], ["`", "`"]],
"extensions": ["rego"]
},
"OpenCL": {
"name": "OpenCL",
"multi_line_comments": [["/*", "*/"]],
"extensions": ["cl", "ocl"]
},
"OpenQasm": {
"name": "OpenQASM",
"line_comment": ["//"],
Expand Down

0 comments on commit 804f873

Please sign in to comment.