textX / textx-mode

TextX support for Emacs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MELPA MELPA

TextX mode for GNU Emacs

TextX is a meta-language (i.e. a language for language definition) for domain-specific language (DSL) specification in Python.

Installation

textx-mode is available on MELPA and MELPA stable.

You should enable MELPA in your emacs.d as suggested in documentation. To add MELPA stable follow the documentation from here.

Then you can install textx-mode with M-x package-install [RET] textx-mode [RET].

If you have enabled both MELPA and MELPA stable you can pin textx-mode to be fetched from MELPA stable:

(setq package-pinned-packages '((textx-mode . "melpa-stable")))

About

TextX support for Emacs.

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%