diff runtime/filetype.vim @ 31974:938ad9626b84 v9.0.1319

patch 9.0.1319: PRQL files are not recognized Commit: https://github.com/vim/vim/commit/9de960ace0f017fcfeaf64a2f6492f0f88b11fdb Author: Matthias Queitsch <matthias.queitsch@mailbox.org> Date: Sat Feb 18 12:04:37 2023 +0000 patch 9.0.1319: PRQL files are not recognized Problem: PRQL files are not recognized. Solution: Add a filetype pattern for PRQL files. (Matthias Queitsch, closes #12018)
author Bram Moolenaar <Bram@vim.org>
date Sat, 18 Feb 2023 13:15:05 +0100
parents 6ca26985ccb3
children a9b5ffbc0428
line wrap: on
line diff
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -2008,6 +2008,9 @@ au BufNewFile,BufRead *.sql			call dist#
 " SQLJ
 au BufNewFile,BufRead *.sqlj			setf sqlj
 
+" PRQL
+au BufNewFile,BufRead *.prql			setf prql
+
 " SQR
 au BufNewFile,BufRead *.sqr,*.sqi		setf sqr