mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
fix: allow comments in attributes
This commit is contained in:
parent
86d3b78407
commit
79598f55b0
1 changed files with 6 additions and 0 deletions
|
@ -139,6 +139,12 @@
|
|||
}
|
||||
},
|
||||
"patterns": [
|
||||
{
|
||||
"include": "#block-comments"
|
||||
},
|
||||
{
|
||||
"include": "#comments"
|
||||
},
|
||||
{
|
||||
"include": "#keywords"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue