jadl.vim : Syntax highlighting for the JIAC Agent Description Language
script karma |
Rating 4/1,
Downloaded by 582 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Marco Kunze |
|
script type |
syntax |
|
description |
The JIAC framework is the Java-based Intelligent Agent Componentware [http://www.jiac.de/] developed at the DAI-Labor [http://www.dai-labor.de/] at the Technical University of Berlin [http://www.tu-berlin.de/].
This script provides syntax highlighting for the *.jadl and *.onto files which are used to program agents in the framework.
The official homepage of the script can be found at
http://user.cs.tu-berlin.de/~makunze/vim-jiac.html |
|
install details |
Download the script file (jadl.vim)
You have to edit your ~/.vimrc file and add the following lines:
au BufRead,BufNewFile *.jadl set filetype=Jadl
au BufRead,BufNewFile *.onto set filetype=Jadl
au! Syntax Jadl source PATH_TO_JADL.VIM/jadl.vim
Replace the PATH_TO_JADL.VIM with the path to your jadl.vim. That's it, now you should have syntax highlighting if you edit *.jadl or *.onto files. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.124
|