mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-22 05:03:56 +03:00
Merge remote-tracking branch 'sjjf/sql_filetype_misdetection'
This commit is contained in:
commit
daa7e37ed1
@ -4,7 +4,7 @@
|
||||
# Detection
|
||||
# ‾‾‾‾‾‾‾‾‾
|
||||
|
||||
hook global BufCreate .*/?(?i)sql %{
|
||||
hook global BufCreate .*[.](?i)sql %{
|
||||
set-option buffer filetype sql
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user