summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-04-17 14:06:39 +0200
committerBram Moolenaar <Bram@vim.org>2021-04-17 14:06:39 +0200
commit112a006417a0d4700ff39ddba3bb5e985ae9770f (patch)
tree532a0340a3e38ef4c3fbaf7c53c3384e81b57099 /runtime
parent635bd60804966803490287e97460ecdc91d5fe0a (diff)
patch 8.2.2773: PSL filetype not recognizedv8.2.2773
Problem: PSL filetype not recognized. Solution: Add a filetype pattern. (Daniel Kho, closes #8117)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/filetype.vim11
1 files changed, 7 insertions, 4 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 43a5c2e7ff..60f80d14f8 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -600,7 +600,7 @@ au BufNewFile,BufRead *.fan,*.fwt setf fan
au BufNewFile,BufRead *.factor setf factor
" Fennel
-autocmd BufRead,BufNewFile *.fnl setf fennel
+autocmd BufRead,BufNewFile *.fnl setf fennel
" Fetchmail RC file
au BufNewFile,BufRead .fetchmailrc setf fetchmail
@@ -644,7 +644,7 @@ au BufNewFile,BufRead *.mo,*.gdmo setf gdmo
au BufNewFile,BufRead *.ged,lltxxxxx.txt setf gedcom
" Gift (Moodle)
-autocmd BufRead,BufNewFile *.gift setf gift
+autocmd BufRead,BufNewFile *.gift setf gift
" Git
au BufNewFile,BufRead COMMIT_EDITMSG,MERGE_MSG,TAG_EDITMSG setf gitcommit
@@ -715,7 +715,7 @@ au BufNewFile,BufRead .gtkrc,gtkrc setf gtkrc
au BufNewFile,BufRead *.haml setf haml
" Hamster Classic | Playground files
-au BufNewFile,BufRead *.hsm setf hamster
+au BufNewFile,BufRead *.hsm setf hamster
" Haskell
au BufNewFile,BufRead *.hs,*.hsc,*.hs-boot setf haskell
@@ -1342,12 +1342,15 @@ au BufNewFile,BufRead *.pdb setf prolog
" Promela
au BufNewFile,BufRead *.pml setf promela
+" Property Specification Language (PSL)
+au BufNewFile,BufRead *.psl setf psl
+
" Google protocol buffers
au BufNewFile,BufRead *.proto setf proto
au BufNewFile,BufRead *.pbtxt setf pbtxt
" Poke
-au BufNewFile,BufRead *.pk setf poke
+au BufNewFile,BufRead *.pk setf poke
" Protocols
au BufNewFile,BufRead */etc/protocols setf protocols