This is a package with syntax highlighter for EdgeDB languages: EdgeQL and ESDL (EdgeDB Schema Definition Language). The plugin is designed to work with vim and neovim.
Copy this repo in your vim pack directory. More info in Vim docs
git clone https://github.com/edgedb/edgedb-vim ~/.vim/pack/edgedb/start/edgedb
For Neovim using Packer
require('packer').startup(function(use)
use 'edgedb/edgedb-vim'
end)
Use https://github.com/VundleVim/Vundle.vim or https://github.com/junegunn/vim-plug.
Files with extensions esdl
and edgeql
will be properly syntax highlighted.