From b084e66897c2562450254658022c4ccaa9b81abe Mon Sep 17 00:00:00 2001 From: Jonas Cosandey Date: Tue, 14 Jan 2020 13:31:24 +0100 Subject: [PATCH] Add html module to hbs filetype to correctly highlight hbs files --- rc/filetype/hbs.kak | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rc/filetype/hbs.kak b/rc/filetype/hbs.kak index df854076..0e78df94 100644 --- a/rc/filetype/hbs.kak +++ b/rc/filetype/hbs.kak @@ -29,6 +29,8 @@ hook -group hbs-highlight global WinSetOption filetype=hbs %{ provide-module hbs %[ +require-module html + # Highlighters # ‾‾‾‾‾‾‾‾‾‾‾‾