Skip to content

alkino/vim-mod-syntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Highlight Mod file inside vim

Installation

With native vim package manager

With vim >= 8 you can use the package mechanism directly included inside vim.

mkdir -p ~/.vim/pack/user/start
cd ~/.vim/pack/user/start
git clone https://github.com/alkino/vim-mod-syntax

It will now directly work when you open a file ending with .mod.

If the file does not end with .mod, once the file is open type

:set filetype=Mod

With vim-plug

Works directly with:

call plug#begin()
Plug 'alkino/vim-mod-syntax'
call plug#end()

Example

Here, is an example of coloring

Example coloring

About

Syntax file for modfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published