From 889c844fecae28ee6255842d07e7c85f707dce46 Mon Sep 17 00:00:00 2001 From: eidheim Date: Thu, 22 Feb 2018 11:56:36 +0100 Subject: [PATCH] Added OpenCL to features --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0d59fd..9e3ced8 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ towards libclang with speed, stability, and ease of use in mind. * Highlighting of similar types (C++) * Automated documentation search (C++) * Go to declaration, implementation, methods and usages (C++) -* CUDA files are supported and parsed as C++ +* OpenCL and CUDA files are supported and parsed as C++ * Other file types: * Language server protocol support is enabled if `[language identifier]-language-server` executable is found. This executable can be a symbolic link to one of your installed language server binaries. See [language-server-protocol/specification.md](https://github.com/Microsoft/language-server-protocol/blob/gh-pages/specification.md) for the currently defined language identifiers.