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