Skip to content

mcproxy/vim-mcproxy_conf_highlighting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Highlighting for Mcproxy configuration files

This vim plugin highlights Mcproxy configuration files.

Install

Install this plugin with your favorite plugin-manager or manual with the following command:

git clone https://github.com/mcproxy/vim-mcproxy_conf_highlighting  ~/.vim/vim-mcproxy_conf_highlighting

Filetype Detection

  • It must be a .conf file

  • The file detection script searches for this pattern in the current file:

    'pinstance.*==>'
    

Highlighting Sugar

Highlighting of meta description in comments with the following pattern:

# ~Description: very important text
# ~asdf: other important text
# ~foo: bar

Interaction with over Vim-Plugins

  • Nerdcommenter (Add this code snippet to your vimrc file):

    let g:NERDCustomDelimiters = {
        \ 'mcproxy': { 'left': '#' }
        \}
    

About

Highlighting for Mcproxy configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •