mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +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",
|
"comment": "booleans",
|
||||||
"name": "constant.language.bool.rust",
|
"name": "constant.language.bool.rust",
|
||||||
"match": "\\btrue|false\\b"
|
"match": "\\b(true|false)\\b"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue