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

"FetchContent_XXX" is not highlighted #19

Closed DevDengChao closed 3 years ago

DevDengChao commented 3 years ago

QQ截图20201202155538

Ref: https://cmake.org/cmake/help/latest/module/FetchContent.html#commands

Environment: CLion 2020.2.5 Build #CL-202.8194.17, built on November 26, 2020 Non-Bundled Plugins: artsiomch.cmake 203.0.1, artsiomch.cmake.plus 203.0.1

ArtsiomCh commented 3 years ago

Hi, thanks for reporting. For now plugin knows only about modules (see FetchContent above) but not about module's internal commands (FetchContent_Declare, etc...). It might be implemented in the future, but no commitment.