Set .sbt files as having scala syntax
This commit is contained in:
parent
4feb25745b
commit
87aed07482
|
@ -201,7 +201,7 @@ hook global BufCreate .*[.]md %{
|
||||||
add-highlighter buffer/ wrap
|
add-highlighter buffer/ wrap
|
||||||
}
|
}
|
||||||
|
|
||||||
hook global BufCreate .*[.]sc %{
|
hook global BufCreate .*[.](sc|sbt) %{
|
||||||
set-option buffer filetype scala
|
set-option buffer filetype scala
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue