neovim

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

livebook.vim (154B)


      1 " Placeholder Livebook syntax file.
      2 " This simply uses the markdown syntax.
      3 
      4 if exists("b:current_syntax")
      5    finish
      6 endif
      7 
      8 runtime! syntax/markdown.vim