/vscode-factor

Factor language support for VS code

MIT LicenseMIT

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

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