mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-26 21:22:00 +03:00
Add check for i3 filetype
This commit is contained in:
parent
29c06b46e4
commit
d1feae6716
@ -1,3 +1,7 @@
|
|||||||
|
hook global BufCreate .*(sway|i3)/config %{
|
||||||
|
set buffer filetype i3
|
||||||
|
}
|
||||||
|
|
||||||
add-highlighter shared/ regions -default code i3 \
|
add-highlighter shared/ regions -default code i3 \
|
||||||
string %{"} %{"} "" \
|
string %{"} %{"} "" \
|
||||||
string %{'} %{'} "" \
|
string %{'} %{'} "" \
|
||||||
|
Loading…
Reference in New Issue
Block a user