4 " Last Change: 2008/01/11
5 " Maintainer: Ron Aaron <ron@ronware.org>
6 " URL: http://ronware.org/reva/
7 " Filetypes: *.rf *.frt
8 " NOTE: Forth allows any non-whitespace in a name, so you need to do:
9 " setlocal iskeyword=!,@,33-35,%,$,38-64,A-Z,91-96,a-z,123-126,128-255
11 " This goes with the syntax/reva.vim file.
13 " Only do this when not done yet for this buffer
14 if exists("b:did_ftplugin")
18 " Don't load another plugin for this buffer
19 let b:did_ftplugin = 1
22 setlocal com=s1:/*,mb:*,ex:*/,:\|,:\\
24 setlocal matchpairs+=\::;
25 setlocal iskeyword=!,@,33-35,%,$,38-64,A-Z,91-96,a-z,123-126,128-255