Skip to content

vmchale/madlang-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

125 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This provides vim syntax highlighting for the Madlang text generation language.

Installation

Using vim-plug:

Plug 'vmchale/madlang-vim'

You can also install with the madlang executable:

 $ madlang vim

Configuration

If you want, you can add the following to your .vimrc:

autocmd BufWritePost *.mad MadlangCheck

This will automatically check syntax of madlang files every time you write the buffer. You can also set g:syntastic_madlang_checkers manually if you do not want the default linter to run.

Help

If you get stuck, typing

:h madlang

will bring up the help for this plugin.

Screenshots

The highlighting should look like the following:

Syntax highlighting screenshot

About

Vim syntax highlighting for the Madlibs templating DSL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors