|
|
last edited 9 years ago by hemmecke |
1 2 | ||
Editor: hemmecke
Time: 2015/10/30 15:48:06 GMT+0 |
||
Note: |
added:
Another vim mode by Thomas Baruchel, baruchel@gmx.com.
<a href="https://github.com/baruchel/vim-notebook">vim-notebook</a>
/usr/share/vim/current/syntax
/usr/share/vim/current/filetype.vim " Axiom au BufNewFile,BufRead *.spad,*.input setf axiom
Alternatively to 2. you can type the vim-command :set syntax=axiom. This suffices to get syntax highlighting for .spad and .input files.
release 0 - please suggest improvements and missing things for FriCAS syntax highlighting using vim. to Johannes L. Grabmeier, johannes.grabmeier@fh-deggendorf.de
Another vim mode by Fabio Stumbo, fstumbo@unife.it can be found at axiom.vim : Syntax files for Axiom computer algebra system files
Look at vim-panaxiom for a git repository that is supposed to develop into a combined version of the above two modes.
Another vim mode by Thomas Baruchel, baruchel@gmx.com. vim-notebook