1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-08-17 00:30:26 +03:00
Igor Ramazanov 2023-12-30 19:29:32 +00:00 committed by GitHub
parent 83fb65aef5
commit 1edebb8505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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