Index of /project/Java/Emacs

[ICO]NameLast modifiedSizeDescription

[PAR]Parent Directory  -  
[DIR]screen_shot/2024-04-17 10:45 -  
[   ]jmt-mode-autoloads.readme2023-02-15 16:20 1.0K 
[   ]LICENCE.txt2024-03-27 03:22 1.0K 
[brc]notes.brec2024-04-17 04:15 13K 
[-el]jmt-mode-autoloads.el2024-04-17 10:31 1.3K 
[-el]jmt-mode.el2024-04-17 10:37 120K 

Java Mode Tamed

This project implements JMT Mode, an Emacs major mode that affords better control of its built-in Java mode, particularly in regard to syntax highlighting. For this, it introduces customizeable faces to highlight the following syntax features.

Additionally it corrects the highlighting of features that are mishandled by the built-in mode, such as:

Screen shots

  1. Before
  2. After
  3. After customization

Installation

You can install JMT Mode from MELPA using a package manager such as ` package.el`. Or you can install it manually.

See `jmt-mode.el` for instructions.

Copying

Copyright © 2019-2024 Michael Allan. The files for this project are released under an MIT licence.

* Includes branch `reluk.ca` which is liable to rebasing, and `master` which is not.