mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-10 13:25:25 +03:00
Highlight meson_options.txt as well
This commit is contained in:
parent
8ad6746cc8
commit
b0fb7fce63
@ -6,7 +6,7 @@
|
||||
|
||||
## Detection
|
||||
|
||||
hook global BufCreate (.*/|^)meson\.build %{
|
||||
hook global BufCreate (.*/|^)(meson\.build|meson_options\.txt) %{
|
||||
set-option buffer filetype meson
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user