ispl.vim is a small vim plugin that provides basic syntax highlighting and filetype detection for ispl files.
In the future, this plugin might be re-build to work with minictl and provide more advanced features. For now, it just does syntax highlighting.
vim-plug
Plug 'jjwroeloffs/ispl.vim'lazy.nvim
{
"jjwroeloffs/ispl.vim",
ft = { "ispl" },
}... etc.