Fix match brackets comment (#1346)

pull/1350/head
Stuart Hinson 3 years ago committed by GitHub
parent bb684a2b42
commit 02f24e1214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,7 @@ const PAIRS: &[(char, char)] = &[
('\"', '\"'),
];
// limit matching pairs to only ( ) { } [ ] < >
// limit matching pairs to only ( ) { } [ ] < > ' ' " "
// Returns the position of the matching bracket under cursor.
//

Loading…
Cancel
Save