sponsor Vim development Vim logo Vim Book Ad

syntax/m4.vim : Improved m4.vim

 script karma  Rating 2/2, Downloaded by 592  Comments, bugs, improvements  Vim wiki

created by
Shinra AIDA
 
script type
syntax
 
description
This is an improved version of m4.vim.

If you are using the changequote() and changecom(), you can specify
the quote and comment delimiters just like vim modelines in the
following way:

<BLANK>vim-m4-syntax: quote=[,] comment=<!--,-->:

You can specify your default delimiters at your vimrc:

:let g:m4_default_quote="`,'"
:let g:m4_default_comment='#'

After the file read, you can change them in the following way:

:let b:m4_quote='<<,>>'
:let b:m4_comment=''
:call M4UpdateSyntax()
 
install details
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
m4.vim 1.0 2006-02-12 6.0 Shinra AIDA Initial upload
ip used for rating: 3.16.29.209

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github