Files
phptimerboard2/vendor/scrivo/highlight.php/test/markup/cpp/expression-keywords.expect.txt
2019-09-29 19:47:00 -05:00

3 lines
379 B
Plaintext
Vendored

<span class="hljs-keyword">double</span> x = <span class="hljs-built_in">exp</span>(<span class="hljs-built_in">log</span>(<span class="hljs-number">2</span>)); <span class="hljs-comment">// recognize built-ins</span>
<span class="hljs-keyword">return</span> <span class="hljs-number">0</span>; <span class="hljs-comment">// recognize keyword that started the expression</span>