Skip to content

arnoudbuzing/wolfram-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

wolfram-vim

Wolfram Language syntax coloring file for Vim

Installation:

git clone [email protected]:arnoudbuzing/wolfram-vim.git

(Or via https: git clone https://github.com/arnoudbuzing/wolfram-vim.git)

and then copy syntax/wl.vim to ~/.vim/syntax/wl.vim (or $HOME/vimfiles/syntax/wl.vim on Windows)

Enable in Vim

set syntax=wl

Enable automatically when Vim is started, add the following to ~/.vimrc:

autocmd BufNewFile,BufRead *.wl set syntax=wl
autocmd BufNewFile,BufRead *.wls set syntax=wl
autocmd BufNewFile,BufRead *.m set syntax=wl