presentations/highlight-js/test/markup/rust/variables.expect.txt

3 lines
172 B
Text

<span class="hljs-keyword">let</span> foo;
<span class="hljs-keyword">let</span> <span class="hljs-keyword">mut</span> bar;
<span class="hljs-keyword">let</span> _foo_bar;