Skip to content

Instantly share code, notes, and snippets.

@raydsameshima
Created October 24, 2018 17:15
Show Gist options
  • Save raydsameshima/35dda81dfe0ff0549c94ff1d32c7d963 to your computer and use it in GitHub Desktop.
Save raydsameshima/35dda81dfe0ff0549c94ff1d32c7d963 to your computer and use it in GitHub Desktop.
Maxima syntax highlight
" .vim/filetype.vim
" See
" https://def.fe.up.pt/pipermail/maxima-discuss/2008/021737.html
" for this script.
if exists("did_load_filetypes")
finish
endif
augroup filetypedetect
au! BufRead,BufNewFile *.mac setfiletype maxima
au! BufRead,BufNewFile *.dem setfiletype maxima
augroup END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment