mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-21 07:41:58 +00:00
Add the rust-analyzer.semanticHighlighting.comments.enable
configuration value
This commit is contained in:
parent
21614ed2d3
commit
d106d41fbc
9 changed files with 157 additions and 19 deletions
|
@ -2850,6 +2850,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "Semantic Highlighting",
|
||||
"properties": {
|
||||
"rust-analyzer.semanticHighlighting.comments.enable": {
|
||||
"markdownDescription": "Use semantic tokens for comments.\n\nIn some editors (e.g. vscode) semantic tokens override other highlighting grammars.\nBy disabling semantic tokens for comments, other grammars can be used to highlight\ntheir contents.",
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "Semantic Highlighting",
|
||||
"properties": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue