mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 14:55:33 +00:00
vim-patch:9.0.1348: Un-grammar files are not recognized (#22383)
Problem: Un-grammar files are not recognized.
Solution: Add patterns for Un-grammar files. (Amaan Qureshi, closes vim/vim#12034)
44e08c1cf8
This commit is contained in:
@@ -1056,6 +1056,7 @@ local extension = {
|
||||
uc = 'uc',
|
||||
uit = 'uil',
|
||||
uil = 'uil',
|
||||
ungram = 'ungrammar',
|
||||
sba = 'vb',
|
||||
vb = 'vb',
|
||||
dsm = 'vb',
|
||||
|
||||
Reference in New Issue
Block a user