This package adds support for the ConTeXt markup language in Atom, with syntax highlighting.
It was originally ported from an old TextMate bundle, but the current version is converted from ConTeXt LMTX interface XMLs with the help of the included Python script and enhanced with information from the wiki.
See here for details about ConTeXt.
Run the following command, or search language-context
in Atom settings -> Install.
apm install language-context
This will install the original, outdated version. The version of this repository is still unpublished. You can clone this repository to Atom’s package directory:
git clone https://github.com/massifrg/language-context.git ~/.atom/packages/
It is recommended to install TeX language, via package language-tex
or better language-latex
, with the procedure explained before for better coloring on TeX primitives, and language-lua
for embedded Lua code highlighting.
For modifications and discussion about the packet, please refer to this repo.
This package is released under the GPL license, v3 or better, see the attached license file for details.