An open API service indexing awesome lists of open source software.

https://github.com/factor/atom-language-factor

Atom language support for Factor
https://github.com/factor/atom-language-factor

Last synced: 12 months ago
JSON representation

Atom language support for Factor

Awesome Lists containing this project

README

          

language-factor
===============

This is a syntax highlighting package for [Factor language][factor].

You can install it through the standard Atom UI: just search for
`language-factor` in an available package list.

This package have support for both Factor and Factor inclusions in HTML code.
Select either `Factor` or `HTML (Factor)` syntax highlighting scheme in your
editor tab. The corresponding scheme should be selected automatically on opening
`.factor`, `.facts`, `.furnace` or `.fhtml` file.

History
-------

This was initially generated from the Textmate bundle:

apm init --package atom --convert Factor.tmbundle

License
-------

This package is distributed under the terms of a [BSD License][bsd-license].

[factor]: https://factorcode.org/
[bsd-license]: https://opensource.org/licenses/BSD