annotate runtime/ftplugin/chicken.vim @ 18486:9d887cad7315

Added tag v8.1.2237 for changeset 63ee3c2b140fe1b4801389872a8e47aec19d028b
author Bram Moolenaar <Bram@vim.org>
date Thu, 31 Oct 2019 20:00:04 +0100
parents 02b3f719eacb
children 29ec2c198c8d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13231
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
1 " CHICKEN-specific Vim customizations
13437
02b3f719eacb Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 13231
diff changeset
2 " Last Change: 2018-03-05
13231
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
3 " Author: Evan Hanson <evhan@foldling.org>
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
4 " Maintainer: Evan Hanson <evhan@foldling.org>
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
5 " URL: https://foldling.org/vim/ftplugin/chicken.vim
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
6 " Notes: These are supplemental settings, to be loaded after the core
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
7 " Scheme ftplugin file (ftplugin/scheme.vim). Enable it by setting
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
8 " b:is_chicken=1 and filetype=scheme.
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
9
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
10 if !exists('b:did_scheme_ftplugin')
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
11 finish
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
12 endif
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
13
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
14 setl keywordprg=chicken-doc
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
15
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
16 setl lispwords+=and-let*
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
17 setl lispwords+=compiler-typecase
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
18 setl lispwords+=condition-case
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
19 setl lispwords+=define-compiler-syntax
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
20 setl lispwords+=define-constant
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
21 setl lispwords+=define-external
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
22 setl lispwords+=define-for-syntax
13437
02b3f719eacb Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 13231
diff changeset
23 setl lispwords+=define-foreign-type
13231
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
24 setl lispwords+=define-inline
13437
02b3f719eacb Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 13231
diff changeset
25 setl lispwords+=define-location
13231
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
26 setl lispwords+=define-record
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
27 setl lispwords+=define-record-printer
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
28 setl lispwords+=define-specialization
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
29 setl lispwords+=fluid-let
13437
02b3f719eacb Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 13231
diff changeset
30 setl lispwords+=foreign-lambda*
02b3f719eacb Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 13231
diff changeset
31 setl lispwords+=foreign-primitive
02b3f719eacb Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 13231
diff changeset
32 setl lispwords+=foreign-safe-lambda*
02b3f719eacb Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 13231
diff changeset
33 setl lispwords+=functor
13231
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
34 setl lispwords+=handle-exceptions
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
35 setl lispwords+=let-compiler-syntax
13437
02b3f719eacb Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 13231
diff changeset
36 setl lispwords+=let-location
13231
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
37 setl lispwords+=let-optionals
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
38 setl lispwords+=let-optionals*
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
39 setl lispwords+=letrec-values
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
40 setl lispwords+=match
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
41 setl lispwords+=match-let
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
42 setl lispwords+=match-let*
13437
02b3f719eacb Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 13231
diff changeset
43 setl lispwords+=match-letrec
13231
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
44 setl lispwords+=module
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
45 setl lispwords+=receive
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
46 setl lispwords+=set!-values
13437
02b3f719eacb Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 13231
diff changeset
47 setl lispwords+=test-group
13231
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
48
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
49 let b:undo_ftplugin = b:undo_ftplugin . ' keywordprg<'
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
50
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
51 if exists('g:loaded_matchit') && !exists('b:match_words')
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
52 let b:match_words = '#>:<#'
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
53 let b:undo_ftplugin = b:undo_ftplugin . ' | unlet! b:match_words'
167a030448fa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
54 endif