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
- Host: GitHub
- URL: https://github.com/factor/atom-language-factor
- Owner: factor
- License: other
- Created: 2016-04-20T00:20:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T22:41:22.000Z (over 1 year ago)
- Last Synced: 2025-04-13T00:15:47.814Z (12 months ago)
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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