AutoYADM commit: 2025-05-19 16:25:09
This commit is contained in:
parent
c7aae67c13
commit
9933b10935
5 changed files with 12 additions and 4 deletions
|
@ -31,7 +31,6 @@ define-command -override tree-sitter-user-after-highlighter %{
|
|||
add-highlighter global/bracket regex [\[\]\(\)\{\}]{1} 0:rgb:737373
|
||||
# special highlighting for escaped goodies in regex
|
||||
add-highlighter global/regex-escaped regex \\[\[\]\(\)\{\}fnrtv0\\dwshDWSH] 0:rgb:e5e5e5
|
||||
add-highlighter global/ number-lines -hlcursor -relative -separator " "
|
||||
add-highlighter global/ show-whitespaces -lf "" -tab "" -only-trailing
|
||||
add-highlighter global/ show-matching
|
||||
|
||||
|
@ -39,6 +38,7 @@ add-highlighter global/ show-matching
|
|||
hook global WinCreate .* %{
|
||||
ui-wrap-enable
|
||||
ui-scrolloff-toggle
|
||||
add-highlighter window/number-lines number-lines -hlcursor -relative -separator " "
|
||||
}
|
||||
|
||||
map -docstring "quit" global user q ": q<ret>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue