ArtsiomCh / CMake

IntelliJ Platform plugin for CMake basic syntax highlight.

Home Page:https://plugins.jetbrains.com/plugin/10089-cmake-simple-highlighter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Syntax for FetchContent

ChainofChaos opened this issue · comments

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

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!

related to #14

Done at 222.4.0 version of Cmake Plus