vim-dssl2

所属分类:collect
开发工具:Vim Script
文件大小:0KB
下载次数:0
上传日期:2022-04-13 20:20:51
上 传 者sh-1993
说明:  【未维护】@tov s dssl2 frack编程语言的语法高亮显示。,
(【 UNMAINTAINED】A syntax highlighting for @tov s dssl2 racket programming language.,)

文件列表:
CONTRIBUTING.md (3180, 2022-04-13)
LICENSE (35149, 2022-04-13)
ftdetect/ (0, 2022-04-13)
ftdetect/dssl2.vim (827, 2022-04-13)
ftplugin/ (0, 2022-04-13)
ftplugin/dssl2.vim (17, 2022-04-13)
indent/ (0, 2022-04-13)
indent/dssl2.vim (7950, 2022-04-13)
snippets/ (0, 2022-04-13)
snippets/dssl2.snippets (1524, 2022-04-13)
syntax/ (0, 2022-04-13)
syntax/dssl2.vim (5503, 2022-04-13)

# 【 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](https://github.com/tov/dssl2) [racket](https://racket-lang.org/) sublanguage. ![Screenshot](https://raw.githubusercontent.com/markovejnovic/vim-dssl2/master/.github/screenshot.png) ### 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 ```vim Plugin 'markovejnovic/vim-dssl2' ``` ### NeoBundle ```vim NeoBundle 'markovejnovic/vim-dssl2' ``` ### VimPlug ```vim Plug 'markovejnovic/vim-dssl2' ``` ### Pathogen Execute in your shell: ```bash 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](https://github.com/markovejnovic/vim-dssl2/blob/master/CONTRIBUTING.md) for more information. ## License This work is licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html) license. Please see [LICENSE](https://github.com/markovejnovic/vim-dssl2/blob/master/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: * [@keith](https://github.com/keith) for writing a fantastic [article](https://thoughtbot.com/blog/writing-vim-syntax-plugins) on custom vim plugins. * [@tov](https://github.com/tov/) for both [dssl2](https://github.com/tov/dssl2) and the insightful tips he made along the way. * [@brammool](https://github.com/brammool) for his fantastic [python indentation script](https://github.com/vim/vim/blob/master/runtime/indent/python.vim). * [@stamourv](https://github.com/stamourv) for being extremely supportive in the process of making this plugin.

近期下载者

相关文件


收藏者