axiom.vim : Syntax files for Axiom computer algebra system files
| script karma |
Rating 0/0,
Downloaded by 2687 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Fabio Stumbo |
| |
| script type |
| syntax |
| |
| description |
The files contained in the compressed archive provide syntax highlighting for Axiom CAS input files.
Pamphlet files are also supported: you can thus have latex syntax highlight in latex text and Axiom syntax highlight in Axiom code inserted inside a "chunk" environment.
For another syntax file for axiom, see also
http://axiom-wiki.newsynthesis.org/AxiomInVim |
| |
| install details |
The files should be copied in your ~/.vim/syntax directory; then add to your
~/.vimrc file the line
au BufNewFile,BufRead *.input *.spad exe "source ~/.vim/syntax/axiom.vim"
For pamphlet files, add
au BufRead,BufNewFile *.pamphlet setfiletype tex
au BufRead,BufNewFile *.pamphlet exe "source ~/.vim/syntax/pamphlet.vim"
to your ~/.vimrc file.
Please read also the axiom/README file |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.4
|