Skip to content

Commit 64cbdf6

Browse files
committed
Add comment
1 parent 6606b49 commit 64cbdf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/ide/src/syntax_highlighting.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ pub struct HlRange {
134134
// consuming:: Emitted for locals that are being consumed when use in a function call.
135135
// controlFlow:: Emitted for control-flow related tokens, this includes the `?` operator.
136136
// declaration:: Emitted for names of definitions, like `foo` in `fn foo() {}`.
137+
// defaultLibrary:: Emitted for items from built-in crates (std, core, alloc, test and proc_macro).
137138
// documentation:: Emitted for documentation comments.
138139
// injected:: Emitted for doc-string injected highlighting like rust source blocks in documentation.
139140
// intraDocLink:: Emitted for intra doc links in doc-strings.

0 commit comments

Comments
 (0)