mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
vim-patch:9.0.1549: USD filetype is not recognized (#23608)
Problem: USD filetype is not recognized.
Solution: Add patterns for USD filetype. (Colin Kennedy, closes vim/vim#12370)
b848ce6b7e
Co-authored-by: Colin Kennedy <colinvfx@gmail.com>
This commit is contained in:
@@ -1080,6 +1080,8 @@ local extension = {
|
||||
uit = 'uil',
|
||||
uil = 'uil',
|
||||
ungram = 'ungrammar',
|
||||
usd = 'usd',
|
||||
usda = 'usd',
|
||||
sba = 'vb',
|
||||
vb = 'vb',
|
||||
dsm = 'vb',
|
||||
|
||||
Reference in New Issue
Block a user