aj.vim : Syntax highlighting for AsepctJ source files
script karma |
Rating 1/1,
Downloaded by 42 |
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://apectj.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
|
|
script versions (upload new version)
Click on the package to download.
|