Merge remote-tracking branch 'hugomg/rockspec-highlighting'

This commit is contained in:
Maxime Coste 2021-07-30 07:37:36 +10:00
commit 52087a506d

View File

@ -4,7 +4,7 @@
# Detection # Detection
# ‾‾‾‾‾‾‾‾‾ # ‾‾‾‾‾‾‾‾‾
hook global BufCreate .*[.](lua) %{ hook global BufCreate .*[.](lua|rockspec) %{
set-option buffer filetype lua set-option buffer filetype lua
} }