Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

DexterHaslem/vscode-factor

Repository files navigation

README

This extension adds syntax highlighting and snippets support for the excellent Factor concatenative programming language.

Snippets

Here is a list of included snippets

  • bi
  • cleave
  • cond
  • functor
  • if
  • ::
  • let
  • spread
  • tri
  • : (word definition)
  • "
  • [
  • [1

Factor listener integration

there is a vscode integration available that is not in the latest release (0.97 at time of writing). if you are running factor from sources / dev builds, You can do the following to fire up vscode from your scaffold directly:

USE: editors.visual-studio-code.factor
edit

All the hard work was already done thanks to the factor/misc/Factor.tmbundle files, This extension was generated from them. Thanks to whoever made that! All images and factor material is owned by Factor.

See Factor license.txt for BSD license. See the Factor Repository

For more information on Factor checkout the Factor site

Releases

No releases published

Packages

No packages published