mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
vim-patch:9.0.0711: SubStation Alpha files are not recognized (#20577)
Problem: SubStation Alpha files are not recognized.
Solution: Add patterns for SubStation Alpha files. (closes vim/vim#11332)
084f2620ec
This commit is contained in:
@@ -970,6 +970,8 @@ local extension = {
|
||||
mot = 'srec',
|
||||
['s19'] = 'srec',
|
||||
srt = 'srt',
|
||||
ssa = 'ssa',
|
||||
ass = 'ssa',
|
||||
st = 'st',
|
||||
imata = 'stata',
|
||||
['do'] = 'stata',
|
||||
|
||||
Reference in New Issue
Block a user