AutoYADM commit: 2025-05-15 16:05:03

This commit is contained in:
Daniel Fichtinger 2025-05-15 16:05:03 -04:00
parent 49a4363618
commit 3c113d9d89
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,6 @@
hook global BufCreate .*[.](kdl) %{
set-option buffer filetype kdl
set-option buffer comment_line "//"
set-option buffer comment_block_begin "/*"
set-option buffer comment_block_ "*/"
}