ArtsiomCh / CMake

IntelliJ Platform plugin for CMake basic syntax highlight.
https://plugins.jetbrains.com/plugin/10089-cmake-simple-highlighter
GNU General Public License v3.0
44 stars 7 forks source link

Add Syntax for FetchContent #34

Closed ChainofChaos closed 1 year ago

ChainofChaos commented 2 years ago

Currently, the CMake plugin and CLion don't recognize FetchContent and don't have an autocomplete or syntax highlighting. Can you add it, please? thanks image

ArtsiomCh commented 2 years ago

FetchContent_XXX commands are from FetchContent module. All such "extra" commands are not supported (highlighting, quickdocs, etc) in my plugins yet. Planning to do such support (at least partially) in the nearest month. Anyway, Thank you for pointing the issue and making me more confident I'm on right track of implementing that!

ArtsiomCh commented 2 years ago

related to #14

ArtsiomCh commented 1 year ago

Done at 222.4.0 version of Cmake Plus