The [ISPC](https://github.com/ispc/ispc) language is a dialect of `C` which is intended for writing kernels for accelerators (SIMD / GPU). It would be great to have support for it (Based on C). Some resources that might be helpful: - [ISPC VS Code extension](https://marketplace.visualstudio.com/items?itemName=intel-corporation.ispc). - [ISPC Tree Sitter definition](https://github.com/tree-sitter-grammars/tree-sitter-ispc). - [ISPC TextMate Syntax Description](https://github.com/ispc/ispc.syntax).