summaryrefslogtreecommitdiff
path: root/rc
diff options
context:
space:
mode:
Diffstat (limited to 'rc')
-rw-r--r--rc/filetype/sql.kak2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/filetype/sql.kak b/rc/filetype/sql.kak
index befa9de6..e60aeadd 100644
--- a/rc/filetype/sql.kak
+++ b/rc/filetype/sql.kak
@@ -4,7 +4,7 @@
# Detection
# ‾‾‾‾‾‾‾‾‾
-hook global BufCreate .*/?(?i)sql %{
+hook global BufCreate .*[.](?i)sql %{
set-option buffer filetype sql
}