Vim Plugins for Kink Programming Language
Révision | l'heure | Auteur | Message: |
---|---|---|---|
6c9c7e2 | 2020-07-07 20:59:29 | Taku Miyakawa | master update syntax |
503d93c | 2020-06-19 23:12:05 | Taku | update pseudo vars and nums syntax |
1394e30 | 2019-10-05 14:52:06 | Miyakawa Taku | update the project URL |
f84e6ac | 2018-12-24 16:10:49 | Miyakawa Taku | update README |
cf152cd | 2018-12-24 15:43:15 | Miyakawa Taku | update documentation |
dfad7f9 | 2018-12-24 15:39:39 | Miyakawa Taku | update the syntax |
ad019c4 | 2017-05-31 12:47:31 | Miyakawa Taku | add let syntax |
a4c25fd | 2017-04-12 17:18:50 | Miyakawa Taku | better handling of comments and strings |
23fda2d | 2017-04-10 00:43:45 | Miyakawa Taku | improve syntax highlighting for identifiers |
0078362 | 2017-04-10 00:34:57 | Miyakawa Taku | fix indentation issues around backslashes |
Nom | Révision | l'heure | Auteur | Message: |
---|---|---|---|---|
master | 6c9c7e2 | 2020-07-07 20:59:29 | Taku Miyakawa | update syntax |
Vim plugins (ftdetect, ftplugin, indent, plugin, syntax) for Kink Programming Language (https://osdn.net/projects/kink/).
If you are using dein, add this line into your .vimrc.
call dein#add('https://scm.osdn.net/gitroot/kink/kink.vim.git')
Then execute :call dein#install().