https://github.com/ales-tsurko/vim-io
Io language plugin for vim
https://github.com/ales-tsurko/vim-io
Last synced: 2 months ago
JSON representation
Io language plugin for vim
- Host: GitHub
- URL: https://github.com/ales-tsurko/vim-io
- Owner: ales-tsurko
- Created: 2020-10-10T16:06:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T14:59:56.000Z (almost 5 years ago)
- Last Synced: 2025-03-23T12:17:25.207Z (7 months ago)
- Language: Vim script
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim-io
[Io language](http://iolanguage.org/) syntax plugin for Vim.
This is a fork of https://github.com/simplosophy/vim-io and, honestly, without
any show offs this is the best vim syntax plugin for Io you'll find today.It has:
- better indentation, including **closing bracket on the same line** style:
```io
_checkDestinationSet := method(
if (self destination isNil,
Exception raise(DestinationNotSetError clone)))
```
- better syntax highlighting with:
- more stuff highlighted
- spellchecking inside comments
- documenation comments highlighting
- TODO, FIXME, XXX highlighting in comments