typst.kak
hook global BufCreate .+\.(typ|typst) %{
set-option buffer filetype typst
}
hook global WinSetOption filetype=typst %{
require-module typst
}
hook -group typst-highlight global WinSetOption filetype=typst %{
add-highlighter window/typst ref typst
This file has been truncated. show original