mirror of
https://github.com/ilyakooo0/helix.git
synced 2024-12-01 11:23:10 +03:00
Fix match brackets comment (#1346)
This commit is contained in:
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.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user