aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/syntax_highlighting/test_data/highlight_extern_crate.html
diff options
context:
space:
mode:
authorLukas Wirth <[email protected]>2021-01-10 12:33:03 +0000
committerLukas Wirth <[email protected]>2021-01-10 12:33:03 +0000
commit78fe6133c4908aefcf5c690e665abba9ef2389eb (patch)
treed739ed531d649ec9c910d47a69d1ce79df78a749 /crates/ide/src/syntax_highlighting/test_data/highlight_extern_crate.html
parent6a0a47dd1492975959f6719202c3fb175df0349c (diff)
Split punctuation semantic highlighting up into more tags
Diffstat (limited to 'crates/ide/src/syntax_highlighting/test_data/highlight_extern_crate.html')
-rw-r--r--crates/ide/src/syntax_highlighting/test_data/highlight_extern_crate.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ide/src/syntax_highlighting/test_data/highlight_extern_crate.html b/crates/ide/src/syntax_highlighting/test_data/highlight_extern_crate.html
index ed452586a..6f7a7ffff 100644
--- a/crates/ide/src/syntax_highlighting/test_data/highlight_extern_crate.html
+++ b/crates/ide/src/syntax_highlighting/test_data/highlight_extern_crate.html
@@ -36,6 +36,6 @@ pre { color: #DCDCCC; background: #3F3F3F; font-size: 22px; padd
36 36
37.unresolved_reference { color: #FC5555; text-decoration: wavy underline; } 37.unresolved_reference { color: #FC5555; text-decoration: wavy underline; }
38</style> 38</style>
39<pre><code><span class="keyword">extern</span> <span class="keyword">crate</span> <span class="module">std</span><span class="punctuation">;</span> 39<pre><code><span class="keyword">extern</span> <span class="keyword">crate</span> <span class="module">std</span><span class="semicolon">;</span>
40<span class="keyword">extern</span> <span class="keyword">crate</span> <span class="module">alloc</span> <span class="keyword">as</span> <span class="module">abc</span><span class="punctuation">;</span> 40<span class="keyword">extern</span> <span class="keyword">crate</span> <span class="module">alloc</span> <span class="keyword">as</span> <span class="module">abc</span><span class="semicolon">;</span>
41</code></pre> \ No newline at end of file 41</code></pre> \ No newline at end of file