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:
Gabriel Miranda 2024-08-16 08:21:54 -03:00 committed by GitHub
parent d64a9b319b
commit 804f873711
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -1079,6 +1079,11 @@
"quotes": [["\\\"","\\\""], ["`", "`"]],
"extensions": ["rego"]
},
"OpenCL": {
"name": "OpenCL",
"multi_line_comments": [["/*", "*/"]],
"extensions": ["cl", "ocl"]
},
"OpenQasm": {
"name": "OpenQASM",
"line_comment": ["//"],