neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

leex.vim (321B)


      1 " Vim ftplugin file
      2 " Language:     Leex (Erlang Lexical Analyzer Generator)
      3 " Maintainer:   Jon Parise <jon@indelible.org>
      4 " Last Change:  2025 Nov 29
      5 " Filenames:    *.xrl
      6 "
      7 " References:
      8 " - https://www.erlang.org/doc/apps/parsetools/leex.html
      9 
     10 if exists('b:did_ftplugin')
     11  finish
     12 endif
     13 
     14 runtime! ftplugin/erlang.vim