0eb50e66d8
A small emacs mode for editing RELAX NG schemas in the compact syntax. It's just a beta. The indentation function needs some improvement.
8 lines
357 B
Text
8 lines
357 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2008/10/21 07:20:29 phonohawk Exp $
|
|
|
|
Append the following line to your .emacs file:
|
|
|
|
(autoload 'rnc-mode "rnc-mode")
|
|
(add-to-list 'auto-mode-alist '("\\.rnc\\'" . rnc-mode))
|
|
===========================================================================
|