neovim

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

solidity.vim (394B)


      1 " Vim filetype plugin file
      2 " Language:		Solidity
      3 " Maintainer:		Cothi (jiungdev@gmail.com)
      4 " Original Author:	tomlion (https://github.com/tomlion/vim-solidity)
      5 " Last Change:		2022 Sep 27
      6 " 			2023 Aug 22 Vim Project (did_ftplugin, undo_ftplugin)
      7 
      8 if exists("b:did_ftplugin")
      9  finish
     10 endif
     11 let b:did_ftplugin = 1
     12 
     13 setlocal commentstring=//\ %s
     14 
     15 let b:undo_ftplugin = "setlocal commentstring<"