Highlight matching brackets / parentheses (#6655)

* [4325] - wip

* [4325] - hightlight only matched symbol

* [4325] - cleanup

* [4325] - match bracket while typing

* [4325] - fix clippy

* [4325] - add bracket highlight configuration

* [4325] - fix working with non-ascii
This commit is contained in:
Max Zhuravsky
2022-10-22 19:55:45 +03:00
committed by GitHub
parent fe7e87ee02
commit 8224ec49bc
4 changed files with 400 additions and 156 deletions

View File

@ -179,6 +179,7 @@ let dark_theme = {
shape_flag: blue_bold
shape_custom: green
shape_nothing: light_cyan
shape_matching_brackets: { attr: u }
}
let light_theme = {
@ -231,6 +232,7 @@ let light_theme = {
shape_flag: blue_bold
shape_custom: green
shape_nothing: light_cyan
shape_matching_brackets: { attr: u }
}
# External completer example