close
The Wayback Machine - https://web.archive.org/web/20201128021948/https://github.com/arnoudbuzing/wolfram-vim
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Sep 9, 2019
Aug 20, 2018

README.md

wolfram-vim

Wolfram Language syntax coloring file for Vim

Installation:

git clone git@github.com: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

About

Wolfram Language syntax coloring file for VIM

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.