vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

config.ld

(259B)


      1 -- Configuration file for Luadoc API generation
      2 project="Vis Editor"
      3 title="Vis Editor Lua API documentation"
      4 format="markdown"
      5 style="!fixed"
      6 dir="."
      7 sort=true
      8 merge=true
      9 no_space_before_args=true
     10 not_luadoc=true
     11 file={
     12 	"../../vis-lua.c",
     13 	"../vis.lua",
     14 }
     15