mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
ensure word boundary after true
This commit is contained in:
parent
48bb4bf228
commit
4410af455e
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@
|
|||
{
|
||||
"comment": "booleans",
|
||||
"name": "constant.language.bool.rust",
|
||||
"match": "\\btrue|false\\b"
|
||||
"match": "\\b(true|false)\\b"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue