Skip to content

JJWRoeloffs/ispl.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ispl.vim

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.

Installation

vim-plug

Plug 'jjwroeloffs/ispl.vim'

lazy.nvim

{
    "jjwroeloffs/ispl.vim",
    ft = { "ispl" },
}

... etc.

About

A small vim plugin that provides syntax highlighting and filetype detection for ispl files

Topics

Resources

License

Stars

Watchers

Forks