This commit is contained in:
Maxime Coste 2022-05-10 22:37:43 +10:00
commit 459c6f589f

View File

@ -1,7 +1,7 @@
# Detection # Detection
# ‾‾‾‾‾‾‾‾‾ # ‾‾‾‾‾‾‾‾‾
hook global BufCreate .*[.]m?(js)x? %{ hook global BufCreate .*[.][cm]?(js)x? %{
set-option buffer filetype javascript set-option buffer filetype javascript
} }