sponsor Vim development Vim logo Vim Book Ad

aj.vim : Syntax highlighting for AsepctJ source files

 script karma  Rating 14/11, Downloaded by 884  Comments, bugs, improvements  Vim wiki

created by
Therapon Skotiniotis
 
script type
syntax
 
description
This is my first attempt to create a syntax file :).
I am working with AspectJ lateley and decided to create a syntax file for the language.
For now, highliting takes care of all AspectJ keywords.

All AspectJ code should be inside a file with extension .aj

To learn more about AspectJ: http://aspectj.org
 
install details
Place this file into your <HOME>/.vim/syntax

You can then enable syntax highliting manually
: set syntax=aj.vim

Or for automatic file detection add the following to your filetype.vim:
" AspectJ
au BufNewFile,BufRead *.aj,     setf aj

 

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
aj.vim 0.1 2002-11-11 6.0 Therapon Skotiniotis Initial upload
ip used for rating: 18.219.95.244

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