aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2023-02-19 01:27:32 +0100
committerGitHub <noreply@github.com>2023-02-19 01:27:32 +0100
commit2f6413797499a1bdac28c20a491e8ea3be33bda3 (patch)
tree68355b36a346bb056341fca1127a8b17c68d5f76 /runtime/lua/vim
parent53841df58d44b64637d6400abd7d4ace9c018be8 (diff)
downloadrneovim-2f6413797499a1bdac28c20a491e8ea3be33bda3.tar.gz
rneovim-2f6413797499a1bdac28c20a491e8ea3be33bda3.tar.bz2
rneovim-2f6413797499a1bdac28c20a491e8ea3be33bda3.zip
vim-patch:9.0.1319: PRQL files are not recognized (#22319)
Problem: PRQL files are not recognized. Solution: Add a filetype pattern for PRQL files. (Matthias Queitsch, closes vim/vim#12018) https://github.com/vim/vim/commit/9de960ace0f017fcfeaf64a2f6492f0f88b11fdb Co-authored-by: Matthias Queitsch <matthias.queitsch@mailbox.org>
Diffstat (limited to 'runtime/lua/vim')
-rw-r--r--runtime/lua/vim/filetype.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
index ca91f3f402..4ee7d46b20 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -810,6 +810,7 @@ local extension = {
pdb = 'prolog',
pml = 'promela',
proto = 'proto',
+ prql = 'prql',
['psd1'] = 'ps1',
['psm1'] = 'ps1',
['ps1'] = 'ps1',