ravl1084 / vim-mdx

Vim syntax highlighting files for the MDX query language.

Home Page:http://www.vim.org/scripts/script.php?script_id=3110

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mdx.vim

Syntax highlighting for the MDX query language (OLAP).

Screenshot

Installation

If you don't have a preferred installation method, I recommend installing pathogen.vim, and then cloning the repo:

cd ~/.vim/bundle
git clone https://github.com/findango/vim-mdx.git

Or you can manually copy the files:

git clone https://github.com/findango/vim-mdx.git
cd vim-mdx
cp syntax/mdx.vim ~/.vim/syntax/
cp ftdetect/mdx.vim ~/.vim/ftdetect/
cp ftplugin/mdx.vim ~/.vim/ftplugin

On Windows, substitute ~/.vim/ with $HOME/vimfiles/ or $VIM/vimfiles/.

About

Vim syntax highlighting files for the MDX query language.

http://www.vim.org/scripts/script.php?script_id=3110


Languages

Language:Vim Script 98.2%Language:Shell 1.8%