Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arnoudbuzing/wolfram-vim

Wolfram Language syntax coloring file for VIM
https://github.com/arnoudbuzing/wolfram-vim

vim vim-colorscheme wolfram wolfram-language wolfram-mathematica

Last synced: 3 months ago
JSON representation

Wolfram Language syntax coloring file for VIM

Awesome Lists containing this project

README

        

# 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
```