vim-racket
vim-racket copied to clipboard
vim bundle for Racket
This plugin set filetype according to lang tag, which make it diffcult to integrate with other plugins, e.g. conjure.
This also enables folding of multiple consecutive line comments as a single block.
Fixes #57
Add support for [s-expression comments](https://docs.racket-lang.org/reference/reader.html?q=%23%3B#%28idx._%28gentag._66._%28lib._scribblings%2Freference%2Freference..scrbl%29%29%29). For example: ```racket #;(define (double x) (* 2 x)) ``` Currently, the second line is highlighted as code. It should be highlighted as a comment.
racket/gui is similar enough to standard racket that it's useful to use its syntax highlighting
- Highlight string escape sequences - Highlight byte strings - Add syntax based folding for here strings
These can now be appropriately enabled/disabled via :filetype indent [on|off]
As a result, autocomplete doesn't work for `words-like-this`