1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 07:10:05 +08:00
SpaceVim/bundle/vim-cmake-syntax/test/variable-as-varname.cmake.html.ref
2022-05-22 17:18:29 +08:00

12 lines
479 B
Plaintext
Vendored

<body>
<pre id='vimCodeElement'>
<span class="Identifier">set</span>(HOST <span class="Constant">&quot;Linux&quot;</span>)
<span class="Identifier">set</span>(<span class="ModeMsg">CPU</span> <span class="Constant">&quot;x86_64&quot;</span>)
<span class="Identifier">set</span>(Linux_x86_64 <span class="Constant">&quot;Hello&quot;</span>)
<span class="Identifier">message</span>(<span class="ModeMsg">STATUS</span> <span class="Type">${${HOST}_${CPU}}</span>)
</pre>
</body>