mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-28 01:00:28 +03:00
Don't set formatcmd in the syntax file
This commit is contained in:
parent
a805844e20
commit
c5fad3cab6
@ -25,10 +25,6 @@ hook -group elm-highlight global WinSetOption filetype=elm %{
|
|||||||
hook -once -always window WinSetOption filetype=.* %{ remove-highlighter window/elm }
|
hook -once -always window WinSetOption filetype=.* %{ remove-highlighter window/elm }
|
||||||
}
|
}
|
||||||
|
|
||||||
hook global WinSetOption filetype=elm %{
|
|
||||||
set-option window formatcmd 'elm-format --stdin'
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
provide-module elm %[
|
provide-module elm %[
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user