AutoYADM commit: 2025-06-16 18:07:18
This commit is contained in:
parent
be0ce95ec5
commit
9339668f72
3 changed files with 253 additions and 5 deletions
|
@ -39,12 +39,18 @@ set-option global indentwidth 4
|
|||
# needed for tree-sitter to respect show-matching
|
||||
define-command -override tree-sitter-user-after-highlighter %{
|
||||
add-highlighter -override buffer/show-matching show-matching
|
||||
# try %{
|
||||
# remove-highlighter window/bracket
|
||||
# remove-highlighter window/regex-escaped
|
||||
# }
|
||||
}
|
||||
|
||||
# make brackets gray a-la Ashen
|
||||
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
|
||||
hook global WinSetOption filetype=kak %{
|
||||
# make brackets gray a-la Ashen
|
||||
add-highlighter window/bracket regex [\[\]\(\)\{\}]{1} 0:rgb:737373
|
||||
# special highlighting for escaped goodies in regex
|
||||
add-highlighter window/regex-escaped regex \\[\[\]\(\)\{\}fnrtv0\\dwshDWSH] 0:rgb:e5e5e5
|
||||
}
|
||||
|
||||
# default window settings
|
||||
# wrap enabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue