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)

9de960ace0

Co-authored-by: Matthias Queitsch <matthias.queitsch@mailbox.org>
This commit is contained in:
Christian Clason
2023-02-19 01:27:32 +01:00
committed by GitHub
parent 53841df58d
commit 2f64137974
2 changed files with 2 additions and 0 deletions

View File

@@ -810,6 +810,7 @@ local extension = {
pdb = 'prolog',
pml = 'promela',
proto = 'proto',
prql = 'prql',
['psd1'] = 'ps1',
['psm1'] = 'ps1',
['ps1'] = 'ps1',