Fix match brackets comment (#1346)

This commit is contained in:
Stuart Hinson 2021-12-23 20:57:31 -05:00 committed by GitHub
parent bb684a2b42
commit 02f24e1214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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