此合并请求的源项目已被删除。
feat: support CUDA highlight
the CodeEditor not supporting CUDA code highlight, but we can use c++ style highlight to render it.
function lang2Lang will convert a language that CodeEditor not support to another language that actually rendering, example, CUDA not support, use lang2Lang convert to cpp, then CodeEdidor will highlight it as cpp
- add function lang2Lang at utils.ts
- add fake-data for CUDA