mirror of https://github.com/helix-editor/helix
Fix match brackets comment (#1346)
parent
bb684a2b42
commit
02f24e1214
|
@ -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.
|
// Returns the position of the matching bracket under cursor.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue