mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
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:
@@ -810,6 +810,7 @@ local extension = {
|
||||
pdb = 'prolog',
|
||||
pml = 'promela',
|
||||
proto = 'proto',
|
||||
prql = 'prql',
|
||||
['psd1'] = 'ps1',
|
||||
['psm1'] = 'ps1',
|
||||
['ps1'] = 'ps1',
|
||||
|
Reference in New Issue
Block a user