sponsor Vim development Vim logo Vim Book Ad

axiom.vim : Syntax files for Axiom computer algebra system files

 script karma  Rating 0/0, Downloaded by 2294  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
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
axiom.vim.tgz 2.0.0 2013-11-20 7.0 Fabio Stumbo Added a script to extract keywords from pamphlet files
axiom.vim.tgz 2.0 2013-11-19 7.0 Fabio Stumbo Colours are defined in term of standard classes to respect user's colour schemes
axiom.vim.tgz 1.2 2013-11-12 7.0 Fabio Stumbo Added syntax for system commands
Added instructions for better customization
axiom.vim.tgz 1.1 2013-11-11 7.0 Fabio Stumbo Made some cleanup
axiom.vim.tgz 1.0 2013-11-09 7.0 Fabio Stumbo Initial upload
ip used for rating: 3.145.191.169

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github