AutoYADM commit: 2025-06-28 23:30:15
This commit is contained in:
parent
1b275b6905
commit
53e52d8772
4 changed files with 143 additions and 144 deletions
|
@ -6,9 +6,6 @@
|
|||
|
||||
hook global BufCreate .*[.](jsonc) %{
|
||||
set-option buffer filetype jsonc
|
||||
set-option buffer comment_line //
|
||||
set-option buffer comment_block_begin /*
|
||||
set-option buffer comment_block_end */
|
||||
}
|
||||
|
||||
# Initialization
|
||||
|
@ -16,6 +13,9 @@ hook global BufCreate .*[.](jsonc) %{
|
|||
|
||||
hook global WinSetOption filetype=jsonc %{
|
||||
require-module jsonc
|
||||
set-option buffer comment_line //
|
||||
set-option buffer comment_block_begin /*
|
||||
set-option buffer comment_block_end */
|
||||
|
||||
hook window ModeChange pop:insert:.* -group jsonc-trim-indent jsonc-trim-indent
|
||||
hook window InsertChar .* -group jsonc-indent jsonc-indent-on-char
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue