mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
ensure word boundary after true
This commit is contained in:
parent
48bb4bf228
commit
4410af455e
@ -409,7 +409,7 @@
|
|||||||
{
|
{
|
||||||
"comment": "booleans",
|
"comment": "booleans",
|
||||||
"name": "constant.language.bool.rust",
|
"name": "constant.language.bool.rust",
|
||||||
"match": "\\btrue|false\\b"
|
"match": "\\b(true|false)\\b"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user