vim-wenyan

January 4, 2020 · View on GitHub

Vim support for wenyan-lang(文言文編程語言)

Installation

Plug 'voldikss/vim-wenyan'

Features

  • Auto dectect

Only load this plugin when edit wenyan script with extention *.wy or *.wenyan or even *.文言.

  • Syntax highlight

  • Snippets

  • Indent

  • Buffer mappings
  • Directly running

The following command/mappings availalbe when editing wenyan file.

mapcommandargumentaction
<F9>:Compilejs/py/rbcompile to target script and open
<F5>:Runjs default onlydirectly run wenyan script
<F6>:Renderrender titleoutpu to .svg file
<S-F9>:Cleanjs/py/rb/svgclean some files

References