kink-lang kink.vim repository
An object-based programming language
Status: Beta
Brought to you by:
miyakawataku
| File | Date | Author | Commit |
|---|---|---|---|
| ftdetect | 2018-12-24 |
|
[cf152c] update documentation |
| ftplugin | 2025-04-19 |
|
[48a568] update repo link in README |
| indent | 2025-10-21 |
|
[e87908] remove multiline str from indentation |
| syntax | 2025-10-20 |
|
[241948] remove multiline str from syntax highlight |
| README.rst | 2025-08-27 |
|
[1eb949] fix dein installation description |
| files.txt | 2013-06-12 |
|
[de6201] Initial files that works |
Vim plugins (ftdetect, ftplugin, indent, plugin, syntax) for Kink Programming Language (https://sourceforge.net/projects/kink-lang/).
If you are using dein, add this line into your .vimrc.
call dein#add('https://git.code.sf.net/p/kink-lang/kink.vim')
Then execute :call dein#install().