1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 07:30:05 +08:00
SpaceVim/bundle/vim-cmake-syntax/test/generator-expression-not-plain-args.cmake.html.ref
2022-05-22 17:18:29 +08:00

7 lines
501 B
Plaintext
Vendored

<body>
<pre id='vimCodeElement'>
<span class="Comment"># not the same highlighting for PUBLIC if simple argument or in generator expression</span>
<span class="Identifier">target_include_directories</span>(target <span class="ModeMsg">PUBLIC</span> <span class="Type">${</span><span class="Identifier">CMAKE_CURRENT_BINARY_DIR</span><span class="Type">}</span> <span class="WarningMsg">$&lt;GENERATOR_EXP </span><span class="Constant">PUBLIC</span><span class="WarningMsg">&gt;</span>)
</pre>
</body>