Enhanced syntax highlighting and autocomplete through completefunc for Vim from the original highlighting file provided by Ulthar Seramis and sandone. Works with any vim fork or derivative without the use of plugins via vimscripts
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
The original syntax file has additional permissions, check the original mod for details
File credits
Ulthar Seramis and sandone for the original syntax file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.0
Initial release, mostly complete
These files are enhanced from the original file OBSE Syntax Highlighting for Vim and Gvim created by Ulthar Seramis and sandone. This file adds missing functions from OBSE (more are most likely missing still) and adds autocomplete using vim's built in "completefunc" feature (activated by CTRL-X CTRL-U) and not omnicomplete. No plugins are needed and can work with plain Vim and possibly even Vi. I will try to add missing functions as I come across them
Additions to the originals
More functions
Highlighting for attributes and skills
Autocomplete through vimscripts and completefunc, should work with any version of vim
Credits and Licensing
The original modified syntax highlighting still has the same permissions requirement as the original file, please check the original file for full detail
The rest are provided as-is without any license
Installation
Place the folders in the archive into your vim config folder (~/.vim or \My Documents\vimfiles for regular vim and ~/.local/share/nvim/site for nvim)
Add "syntax on" to your ~/.vimrc/init.nvim file
Create a new text file with the filetype *.obl (you can modify /ftdetect/obse.vim for a different filetype)