sponsor Vim development Vim logo Vim Book Ad

jadl.vim : Syntax highlighting for the JIAC Agent Description Language

 script karma  Rating 4/1, Downloaded by 504  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.
 

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
jadl.vim 1.0 2005-12-02 6.0 Marco Kunze Initial upload
ip used for rating: 18.119.111.9

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