Nothing crazy, basic syntax highlighting in the common editors for the ascii representation of USD (http://openusd.org) files. Contributors welcome, especially for anything that isn't vim.
Looking for other editors(VSCode/Atom etc)? Check out https://github.com/vfxpro99/awesome-usd !
- Install: Add the following block to
$MYVIMRC
, remembering to substitute a real file path in place of<LOCATION>
au BufRead,BufNewFile *.usd set filetype=usda
au BufRead,BufNewFile *.usda set filetype=usda
autocmd FileType usda source <LOCATION>/usda-syntax/vim/usda.vim
This work is my sole effort and is in no way associated with or sponsored by my current, past, or future employer(s).