vscode-cmake-tools
vscode-cmake-tools copied to clipboard
[Bug] `include` keyword highlights even when not a function
Beginning a line with the word include highlights it as a keyword, even when it is not followed by (.
Hi @recursivenomad, thanks for your reporting!
Reproduced on CMake Tools v1.21.18(pre-release), include highlights when it is not followed by (.
@gcampbell-msft FYI.
This happens on basically every "keyword". Also happens for file, name, string, etc. Conversely, some actual calls to "built-in" CMake functions aren't being highlit, e.g. cmake_path().
Hi @oold Thanks for the update!
cmake_path() has been highlighted, you can see it on CMake Tool recent pre-release version v1.21.28