Skip to content

tanzoniteblack/jape-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

JAPE Mode

Provides Emacs font-lock and basic syntax tables for the JAPE (Java Annotation Pattern Engine) files for the GATE (General Architecture for Text Engineering).

Future work:

Work to be done yet, contributions welcome:

  • Indentation
  • Embedded Java code

Installation

MELPA (Recommended)

Available on MELPA. To setup MELPA do:

(require 'package)
(add-to-list 'package-archives
             '("melpa" . "https://melpa.org/packages/") t)
(package-initialize)

And then you can install either through

M-x package-refresh-contents

M-x package-install [RET] jape-mode [RET]

or keep it in your dotfiles:

(unless (package-installed-p 'clojure-mode)
  (package-refresh-contents)
  (package-install 'clojure-mode))

Manual

Place in a location where emacs knows to read emacs-lisp files (such as in .emacs.d/) and require with (require 'jape-mode).

License

Copyright © 2005 Ilya Goldin Copyright © 2014 Ryan Smith

Distributed under the GNU General Public License; type C-h C-c to view it.

About

Emacs major mode for editting JAPE files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published