Fix match brackets comment (#1346)
This commit is contained in:
parent
bb684a2b42
commit
02f24e1214
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue