Update rc/filetype/twig.kak

fix typo

Co-authored-by: Screwtapello <thristian@gmail.com>
This commit is contained in:
in0ni 2022-03-17 08:57:40 -05:00 committed by GitHub
parent a05151dd23
commit e226c7ea2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ hook global WinSetOption filetype=twig %[
hook window ModeChange pop:insert:.* -group twig-trim-indent twig-trim-indent
hook window InsertChar \n -group twig-insert twig-insert-on-new-line
hook window InsertChar \n -group twig-indent twig-indent-on-new-line
hook window InsertChar '>' -group twig-indent twig-indent-on-grater-than
hook window InsertChar '>' -group twig-indent twig-indent-on-greater-than
hook window InsertChar '#' -group twig-auto-close twig-auto-close-delim
hook window InsertChar '%' -group twig-auto-close twig-auto-close-delim
set-option buffer extra_word_chars '_' '-'