AutoYADM commit: 2025-05-10 23:36:07
This commit is contained in:
parent
d3078d3e29
commit
7504b2176c
2 changed files with 9 additions and 4 deletions
|
@ -31,10 +31,15 @@ set-option global indentwidth 4
|
|||
|
||||
set-option global scrolloff 3,3
|
||||
|
||||
define-command -override tree-sitter-user-after-highlighter %{
|
||||
add-highlighter -override buffer/show-matching show-matching
|
||||
add-highlighter -override buffer/bracket regex [\[\]\(\)\{\}]{1} 0:rgb:737373
|
||||
}
|
||||
|
||||
# define-command -override tree-sitter-use-after-highlighter %{
|
||||
# add-highlighter -override buffer/
|
||||
# add-highlighter -override window/bracket regex [\[\]\(\)\{\}]{1} 0:red
|
||||
# }
|
||||
add-highlighter global/bracket regex [\[\]\(\)\{\}]{1} 0:red
|
||||
# add-highlighter global/bracket regex [\[\]\(\)\{\}]{1} 0:red
|
||||
# add-highlighter global/bracket regex [\[\]\(\)\{\}]{1} 0:rgb:737373
|
||||
add-highlighter global/ number-lines -hlcursor -relative -separator " "
|
||||
add-highlighter global/ show-whitespaces -lf "" -tab "" -only-trailing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue