forked from aniani/vim
PyPA manifest files are not recognized (#12707)
Problem: PyPA manifest files are not recognized. Solution: Add a pattern to match PyPA manifest files.
This commit is contained in:
@@ -1679,6 +1679,9 @@ au BufNewFile,BufRead *.pk setf poke
|
||||
" Protocols
|
||||
au BufNewFile,BufRead */etc/protocols setf protocols
|
||||
|
||||
" PyPA manifest files
|
||||
au BufNewFile,BufRead MANIFEST.in setf pymanifest
|
||||
|
||||
" Pyret
|
||||
au BufNewFile,BufRead *.arr setf pyret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user