markovejnovic / vim-dssl2

【🛑 UNMAINTAINED】A syntax highlighting for @tov's dssl2 racket programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

【🛑 UNMAINTAINED】vim-dssl2

Note: I have stopped maintaining this plugin. I do not plan on doing further improvements. I do not use dssl2 anymore nor do I plan on using it. If you want to improve the plugin, please open a PR or contact me directly if you need help with that.

vim-dssl2 is a vim plugin for the dssl2 racket sublanguage.

Screenshot

Features

  • Simple, regex-based keyword highlighting.
  • Small footprint.
  • Compatibility with both neovim and vim.
  • Basic coc-snippets and (untested) UltiSnips snippets

This plugin arose from the need to write a usable plugin for the language.

Installation

Add the appropriate plugin requirements to your favorite vim package manager.

Vundle

Plugin 'markovejnovic/vim-dssl2'

NeoBundle

NeoBundle 'markovejnovic/vim-dssl2'

VimPlug

Plug 'markovejnovic/vim-dssl2'

Pathogen

Execute in your shell:

cd ~/.vim/bundle
git clone https://github.com/markovejnovic/vim-dssl2

Usage

After installation, open a #dssl2 file and enjoy vim-dssl2!

vim-dssl2 has no configuration options and only exposes dssl2's syntax to vim.

Contributing

Contributing is more than appreciated! Thank you!

Please take a look at CONTRIBUTING for more information.

License

This work is licensed under the GPLv3 license.

Please see LICENSE for more information.

Thank You

There's a lot of people I'd like to thank for this small plugin, considering that I'm quite new to vimscripting:

About

【🛑 UNMAINTAINED】A syntax highlighting for @tov's dssl2 racket programming language.

License:GNU General Public License v3.0


Languages

Language:Vim Script 90.4%Language:Vim Snippet 9.6%