dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

lfrc.ctags (165B)


      1 --langdef=lfrc
      2 --langmap=lfrc:(lfrc)
      3 --regex-lfrc=/^[ \t]*cmd ([a-zA-Z0-9_]+) \$\{\{/\1/c,command/
      4 --regex-lfrc=/^[ \t]*map ([a-zA-Z0-9_]+) ([^$#]+)/\1: "\2"/m,map/