Skip to content

Commit 4410af4

Browse files
ensure word boundary after true
1 parent 48bb4bf commit 4410af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/rust.tmGrammar.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@
409409
{
410410
"comment": "booleans",
411411
"name": "constant.language.bool.rust",
412-
"match": "\\btrue|false\\b"
412+
"match": "\\b(true|false)\\b"
413413
}
414414
]
415415
},

0 commit comments

Comments
 (0)