mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Add config for macro bang token highlighting, disable by default
This commit is contained in:
parent
b26733f8a0
commit
f6f0516603
5 changed files with 16 additions and 6 deletions
|
@ -13,6 +13,7 @@ const HL_CONFIG: HighlightConfig = HighlightConfig {
|
|||
specialize_operator: true,
|
||||
operator: true,
|
||||
inject_doc_comment: true,
|
||||
macro_bang: true,
|
||||
syntactic_name_ref_highlighting: false,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue