mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
vim-patch:2eb413f89b97 (#24627)
* vim-patch:2eb413f89b97
detect filetype for `*.vsh` and `*.vv` files (vim/vim#12692)
Co-authored-by: Turiiya <34311583+tobealive@users.noreply.github.com>
2eb413f89b
Co-authored-by: Turiiya <34311583+ttytm@users.noreply.github.com>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@@ -1017,6 +1017,8 @@ local extension = {
|
||||
url = 'urlshortcut',
|
||||
usd = 'usd',
|
||||
usda = 'usd',
|
||||
vsh = 'v',
|
||||
vv = 'v',
|
||||
sba = 'vb',
|
||||
vb = 'vb',
|
||||
dsm = 'vb',
|
||||
|
||||
Reference in New Issue
Block a user