racket.vim : Simple syntax for racket (http://racket-lang.org)
script karma |
Rating -1/1,
Downloaded by 914 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Tim Brown |
|
script type |
syntax |
|
description |
OBSOLETE
------------------------------------------------------
USE https://github.com/wlangstroth/vim-racket --
Use racket.vim from this package (and probably the rest of the package)
It works with scribble.vim (vimscript #3756)
------------------------------------------------------
This is a cheap and cheerful syntax for racket's "scheme" language.
It's just to get me off the ground, and it borrows heavily from (using
:source, to be frank) scheme.vim
It's very much a works-for-me script.
As it grows, I'll share.
This syntax was written to smooth over some bumps for scribble.vim
(vimscript #3756)
|
|
install details |
Copy script into ~/.vim/syntax
Add the following to ~/vim/filetype.vim:
au! BufRead,BufNewFile *.ss setfiletype racket
au! BufRead,BufNewFile *.rkt setfiletype racket
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.14.89
|