forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#12913 - Veykril:attr-merge, r=Veykril
fix: Fix ast-id up when merging raw attributes Fixes rust-lang/rust-analyzer#12912
- Loading branch information
Showing
6 changed files
with
167 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 51 additions & 0 deletions
51
crates/ide/src/syntax_highlighting/test_data/highlight_module_docs_inline.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
|
||
<style> | ||
body { margin: 0; } | ||
pre { color: #DCDCCC; background: #3F3F3F; font-size: 22px; padding: 0.4em; } | ||
|
||
.lifetime { color: #DFAF8F; font-style: italic; } | ||
.label { color: #DFAF8F; font-style: italic; } | ||
.comment { color: #7F9F7F; } | ||
.documentation { color: #629755; } | ||
.intra_doc_link { font-style: italic; } | ||
.injected { opacity: 0.65 ; } | ||
.struct, .enum { color: #7CB8BB; } | ||
.enum_variant { color: #BDE0F3; } | ||
.string_literal { color: #CC9393; } | ||
.field { color: #94BFF3; } | ||
.function { color: #93E0E3; } | ||
.function.unsafe { color: #BC8383; } | ||
.trait.unsafe { color: #BC8383; } | ||
.operator.unsafe { color: #BC8383; } | ||
.mutable.unsafe { color: #BC8383; text-decoration: underline; } | ||
.keyword.unsafe { color: #BC8383; font-weight: bold; } | ||
.macro.unsafe { color: #BC8383; } | ||
.parameter { color: #94BFF3; } | ||
.text { color: #DCDCCC; } | ||
.type { color: #7CB8BB; } | ||
.builtin_type { color: #8CD0D3; } | ||
.type_param { color: #DFAF8F; } | ||
.attribute { color: #94BFF3; } | ||
.numeric_literal { color: #BFEBBF; } | ||
.bool_literal { color: #BFE6EB; } | ||
.macro { color: #94BFF3; } | ||
.derive { color: #94BFF3; font-style: italic; } | ||
.module { color: #AFD8AF; } | ||
.value_param { color: #DCDCCC; } | ||
.variable { color: #DCDCCC; } | ||
.format_specifier { color: #CC696B; } | ||
.mutable { text-decoration: underline; } | ||
.escape_sequence { color: #94BFF3; } | ||
.keyword { color: #F0DFAF; font-weight: bold; } | ||
.control { font-style: italic; } | ||
.reference { font-style: italic; font-weight: bold; } | ||
|
||
.unresolved_reference { color: #FC5555; text-decoration: wavy underline; } | ||
</style> | ||
<pre><code><span class="comment documentation">//! </span><span class="struct documentation injected intra_doc_link">[Struct]</span> | ||
<span class="comment documentation">//! This is an intra doc injection test for modules</span> | ||
<span class="comment documentation">//! </span><span class="struct documentation injected intra_doc_link">[Struct]</span> | ||
<span class="comment documentation">//! This is an intra doc injection test for modules</span> | ||
|
||
<span class="keyword">pub</span> <span class="keyword">struct</span> <span class="struct declaration public">Struct</span><span class="semicolon">;</span> | ||
</code></pre> |
50 changes: 50 additions & 0 deletions
50
crates/ide/src/syntax_highlighting/test_data/highlight_module_docs_outline.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
|
||
<style> | ||
body { margin: 0; } | ||
pre { color: #DCDCCC; background: #3F3F3F; font-size: 22px; padding: 0.4em; } | ||
|
||
.lifetime { color: #DFAF8F; font-style: italic; } | ||
.label { color: #DFAF8F; font-style: italic; } | ||
.comment { color: #7F9F7F; } | ||
.documentation { color: #629755; } | ||
.intra_doc_link { font-style: italic; } | ||
.injected { opacity: 0.65 ; } | ||
.struct, .enum { color: #7CB8BB; } | ||
.enum_variant { color: #BDE0F3; } | ||
.string_literal { color: #CC9393; } | ||
.field { color: #94BFF3; } | ||
.function { color: #93E0E3; } | ||
.function.unsafe { color: #BC8383; } | ||
.trait.unsafe { color: #BC8383; } | ||
.operator.unsafe { color: #BC8383; } | ||
.mutable.unsafe { color: #BC8383; text-decoration: underline; } | ||
.keyword.unsafe { color: #BC8383; font-weight: bold; } | ||
.macro.unsafe { color: #BC8383; } | ||
.parameter { color: #94BFF3; } | ||
.text { color: #DCDCCC; } | ||
.type { color: #7CB8BB; } | ||
.builtin_type { color: #8CD0D3; } | ||
.type_param { color: #DFAF8F; } | ||
.attribute { color: #94BFF3; } | ||
.numeric_literal { color: #BFEBBF; } | ||
.bool_literal { color: #BFE6EB; } | ||
.macro { color: #94BFF3; } | ||
.derive { color: #94BFF3; font-style: italic; } | ||
.module { color: #AFD8AF; } | ||
.value_param { color: #DCDCCC; } | ||
.variable { color: #DCDCCC; } | ||
.format_specifier { color: #CC696B; } | ||
.mutable { text-decoration: underline; } | ||
.escape_sequence { color: #94BFF3; } | ||
.keyword { color: #F0DFAF; font-weight: bold; } | ||
.control { font-style: italic; } | ||
.reference { font-style: italic; font-weight: bold; } | ||
|
||
.unresolved_reference { color: #FC5555; text-decoration: wavy underline; } | ||
</style> | ||
<pre><code><span class="comment documentation">/// </span><span class="struct documentation injected intra_doc_link">[crate::foo::Struct]</span> | ||
<span class="comment documentation">/// This is an intra doc injection test for modules</span> | ||
<span class="comment documentation">/// </span><span class="struct documentation injected intra_doc_link">[crate::foo::Struct]</span> | ||
<span class="comment documentation">/// This is an intra doc injection test for modules</span> | ||
<span class="keyword">mod</span> <span class="module declaration">foo</span><span class="semicolon">;</span> | ||
</code></pre> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters