add sps and sls file extensions for scheme

These extensions are the ones used automatically by the Akku package
manager when generating a new package, so they should probably be
added.
This commit is contained in:
raingloom 2021-05-19 20:51:51 +02:00 committed by Maxime Coste
parent c7874918e0
commit 51c9811c7a

View File

@ -4,7 +4,7 @@
# Detection
# ‾‾‾‾‾‾‾‾‾
hook global BufCreate (.*/)?(.*\.(scm|ss|sld)) %{
hook global BufCreate (.*/)?(.*\.(scm|ss|sld|sps|sls)) %{
set-option buffer filetype scheme
}