m15a / vim-r7rs-syntax

Vim syntax highlighting for R7RS Scheme and Gauche.
MIT License
5 stars 1 forks source link

Add option `{g,b}:r7rs_use_srfi` #27

Open mnacamura opened 3 years ago

mnacamura commented 3 years ago

If {g,b}:r7rs_use_strict is true, this option is disabled. One may want to write portable Scheme program using strict R7RS syntax and SRFIs. If {g,b}:r7rs_use_gauche is true, this option is enabled since Gauche supports a lot of SRFIs.

mnacamura commented 3 years ago

This option is questionable. Since there are many people not using Gauche, r7rs_use_gauche option is valuable. On the other hand, is there anyone who want to disable SRFI features?