Browse Source

Added OpenCL to features

merge-requests/365/head
eidheim 8 years ago
parent
commit
889c844fec
  1. 2
      README.md

2
README.md

@ -28,7 +28,7 @@ towards libclang with speed, stability, and ease of use in mind.
* Highlighting of similar types (C++) * Highlighting of similar types (C++)
* Automated documentation search (C++) * Automated documentation search (C++)
* Go to declaration, implementation, methods and usages (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: * 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. * 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. See [language-server-protocol/specification.md](https://github.com/Microsoft/language-server-protocol/blob/gh-pages/specification.md) for the currently defined language identifiers.

Loading…
Cancel
Save