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:
parent
c7874918e0
commit
51c9811c7a
|
@ -4,7 +4,7 @@
|
||||||
# Detection
|
# Detection
|
||||||
# ‾‾‾‾‾‾‾‾‾
|
# ‾‾‾‾‾‾‾‾‾
|
||||||
|
|
||||||
hook global BufCreate (.*/)?(.*\.(scm|ss|sld)) %{
|
hook global BufCreate (.*/)?(.*\.(scm|ss|sld|sps|sls)) %{
|
||||||
set-option buffer filetype scheme
|
set-option buffer filetype scheme
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user