1
1
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:
Maxime Coste 2024-09-16 15:40:54 +10:00
commit daa7e37ed1

View File

@ -4,7 +4,7 @@
# Detection
# ‾‾‾‾‾‾‾‾‾
hook global BufCreate .*/?(?i)sql %{
hook global BufCreate .*[.](?i)sql %{
set-option buffer filetype sql
}