summaryrefslogtreecommitdiff
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorMatthias Queitsch <matthias.queitsch@mailbox.org>2023-02-18 12:04:37 +0000
committerBram Moolenaar <Bram@vim.org>2023-02-18 12:04:37 +0000
commit9de960ace0f017fcfeaf64a2f6492f0f88b11fdb (patch)
treee8c9b7fe8d05a58772d1e2300b79c8ad383d9198 /runtime/filetype.vim
parentf2017f255ddceaad88a951adc6a2c190d3a18ebf (diff)
downloadvim-git-9de960ace0f017fcfeaf64a2f6492f0f88b11fdb.tar.gz
patch 9.0.1319: PRQL files are not recognizedv9.0.1319
Problem: PRQL files are not recognized. Solution: Add a filetype pattern for PRQL files. (Matthias Queitsch, closes #12018)
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 7489c33c5..ac82fe31e 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -2008,6 +2008,9 @@ au BufNewFile,BufRead *.sql call dist#ft#SQL()
" SQLJ
au BufNewFile,BufRead *.sqlj setf sqlj
+" PRQL
+au BufNewFile,BufRead *.prql setf prql
+
" SQR
au BufNewFile,BufRead *.sqr,*.sqi setf sqr