mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-26 21:22:00 +03:00
Merge remote-tracking branch 'lenormf/fix-pony'
This commit is contained in:
commit
593a75acbe
@ -90,11 +90,6 @@ hook global WinSetOption filetype=pony %{
|
||||
hook window InsertEnd .* -group pony-indent %{ try %{ execute-keys -draft \; <a-x> s ^\h+$ <ret> d } }
|
||||
}
|
||||
|
||||
hook global WinSetOption filetype=pony %{
|
||||
set-option buffer tabstop 2
|
||||
set-option buffer indentwidth 2
|
||||
}
|
||||
|
||||
hook -group pony-highlight global WinSetOption filetype=(?!pony).* %{ remove-highlighter pony }
|
||||
|
||||
hook global WinSetOption filetype=(?!pony).* %{
|
||||
|
Loading…
Reference in New Issue
Block a user