aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2023-05-13 15:00:08 +0200
committerGitHub <noreply@github.com>2023-05-13 15:00:08 +0200
commit6f29c68928c3f20d9a1b1a7a311cfac65aa1b4e6 (patch)
treecaa99ece410c1895395a05c2d8fa9869ef09bb4c /runtime
parent32dc484ec9ec2d86a5fc7127e37f1ef115b9be76 (diff)
downloadrneovim-6f29c68928c3f20d9a1b1a7a311cfac65aa1b4e6.tar.gz
rneovim-6f29c68928c3f20d9a1b1a7a311cfac65aa1b4e6.tar.bz2
rneovim-6f29c68928c3f20d9a1b1a7a311cfac65aa1b4e6.zip
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) https://github.com/vim/vim/commit/b848ce6b7e27f24aff47a4d63933e0f96663acfe Co-authored-by: Colin Kennedy <colinvfx@gmail.com>
Diffstat (limited to 'runtime')
-rw-r--r--runtime/lua/vim/filetype.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
index c746eef1bb..5075c18976 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -1080,6 +1080,8 @@ local extension = {
uit = 'uil',
uil = 'uil',
ungram = 'ungrammar',
+ usd = 'usd',
+ usda = 'usd',
sba = 'vb',
vb = 'vb',
dsm = 'vb',