aj.vim : Syntax highlighting for AsepctJ source files
| script karma |
Rating 14/11,
Downloaded by 1010 |
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
|
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.158
|