mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 04:45:04 +02:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user